nnsslConnectionSetServerCertStore Function

Syntax

NN_EXTERN_C nnResult nnsslConnectionSetServerCertStore(
     nnsslConnection * this_,
     nnsslCertStore * certStore
);

Arguments

Name Description
this_
certStore

Return Values

Description

See the corresponding C++ function nn::ssl::Connection::SetServerCertStore.

Revision History

2010/06/14
Initial version.

CONFIDENTIAL