nnhttpSetRootCaStore Function

Syntax

NN_EXTERN_C nnResult nnhttpSetRootCaStore(
     nnhttpConnection * this_,
     nnhttpCertStore * pCertStore
);

Arguments

Name Description
this_
pCertStore

Return Values

Description

See the corresponding C++ function, nn::http::Connection::SetRootCaStore.

Revision History

2010/06/14
Initial version.

CONFIDENTIAL