nn::http::CertStore::UnRegisterCert Member Function

Syntax

nn::Result UnRegisterCert(
     CertId certId
);

Arguments

Name Description
in certId ID of registered certificate. Obtained by an argument in the RegisterCert function.

Return Values

Returns the function's execution result. Returns a 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).

Description

Unregisters a certificate.

Revision History

2010/06/14
Initial version.

CONFIDENTIAL