nn::http::CertStore::UnRegisterCert Member Functionnn::Result UnRegisterCert( CertId certId );
| Name | Description | |
|---|---|---|
| in | certId | ID of registered certificate. Obtained by an argument in the RegisterCert function. |
Result listed below. | Value | Description |
|---|---|
ResultSuccess |
Process was successful. |
| ResultFailToCreateCertStoreErr | Error indicating failure to create certificate store. The function returns this value when Initialize has not yet been called. You must call Initialize after creating an instance of this class in order to use it. |
| ResultNotInitializedErr | Error indicating that the library is not initialized. None of this library's functions can be used until you first call nn::http::Initialize. |
| A value other than the above. | Unexpected error (See http_Result.h for details). |
Unregisters a certificate.
CONFIDENTIAL