nn::boss::TaskActionBase::SetClientCert Member Functionnn::Result SetClientCert( u32 inClientCertId );
| Name | Description | |
|---|---|---|
| in | inClientCertId |
Built-in client certificate ID. |
Result values listed below.| Value | Description |
|---|---|
Result::IsSuccess |
Set successfully. |
ResultInvalidMaxClientCert |
The number of client certificates set exceeds the maximum. |
| A value other than the above | Unexpected error (see boss_Result.h for error details). |
Sets a built-in client certificate for use.
Normally you do not need to use this function to set the certificate.
Contact Nintendo if you want to use a built-in client certificate.
CONFIDENTIAL