nn::ssl::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 processing result.

Description

Unregisters a certificate.

Revision History

2010/06/14
Initial version.

CONFIDENTIAL