nn::ssl::ClientCert::Initialize Member Functionnn::Result Initialize( InternalClientCert inClientCertName );
| Name | Description | |
|---|---|---|
| in | inClientCertName | Name of built-in client certificate. |
Result values listed below. | Value | Description |
|---|---|
ResultSuccess |
Process was successful. |
| ResultProtocolFailedErr | Error indicating failure to register a certificate. The function returns this value in cases such as when the total number of certificates registered by the SSL library has reached the maximum allowed by the system. Unregistering a locally registered certificate or trying again later (provided another module unregisters a certificate in the meantime) may succeed. |
| ResultNotInitializedErr | Error indicating that the library is not initialized. None of the functions in this library can be run without first running nn::ssl::Initialize. |
| A value other than the above. | Unexpected error (see ssl_Result.h for error details). |
Uses an internal certificate to initialize a client certificate.
CONFIDENTIAL