nn::ssl::Connection::SetServerCertStore Member Function

Syntax

nn::Result SetServerCertStore(
     CertStore & certStore
);

Arguments

Name Description
in certStore Certificate store to set.

Return Values

Returns the processing result.

Description

Sets the certificate store to use in SSL communication. This API function is provided to allow API users to set their own certificate stores.

Revision History

2010/06/14
Initial version.

CONFIDENTIAL