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 values listed below. | Value | Description |
|---|---|
Result::IsSuccess |
Process was successful. |
ResultFailToCreateCertStoreErr |
Error indicating failure to create certificate store. The function returns this value when Initialize has not yet been called. When using this class, always call Initialize after instantiation. |
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