nnsslCertStoreRegistByInternalCert Function

Syntax

NN_EXTERN_C nnResult nnsslCertStoreRegistByInternalCert(
     nnsslCertStore * this_,
     NnSslInternalCaCert inCaCertName
);

Arguments

Name Description
this_
inCaCertName

Return Values

Description

See the corresponding C++ function, nn::ssl::CertStore::RegisterCert.

Revision History

2010/06/14
Initial version.

CONFIDENTIAL