nn::boss::TaskActionBase::SetClientCert Member Functionnn::Result SetClientCert( const nn::http::InternalClientCertId inClientCertName );
| Name | Description | |
|---|---|---|
| inClientCertName | ||
| in | certStoreName | Specifies the certificate store name. |
Result values listed below. | Value | Description |
|---|---|
ResultSuccess |
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. Only the one specified built-in client certificate can be used.
CONFIDENTIAL