nnhttpCertStoreRegisterInternalCert Function

Syntax

NN_EXTERN_C nnResult nnhttpCertStoreRegisterInternalCert(
     nnhttpCertStore * this_,
     NnHttpInternalCaCertId inCaCertName,
     NnHttpCertId * pCertIdCourier
);

Arguments

Name Description
this_
inCaCertName
pCertIdCourier

Return Values

Description

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

Revision History

2010/06/14
Initial version.

CONFIDENTIAL