nnhttpCertStoreUnRegisterCert Function

Syntax

NN_EXTERN_C nnResult nnhttpCertStoreUnRegisterCert(
     nnhttpCertStore * this_,
     NnHttpCertId certId
);

Arguments

Name Description
this_
certId

Return Values

Description

See the corresponding C++ function nn::http::CertStore::UnRegisterCert.

Revision History

2010/06/14
Initial version.

CONFIDENTIAL