nn::http::Connection::SetRootCaStore Member Function

Syntax

nn::Result SetRootCaStore(
     CertStore & certStore
);

Arguments

Name Description
in certStore Certificate store to set.

Return Values

Returns the processing result.

Description

Sets the CA certificate store. (Use this to reuse the same set of CA certificates with multiple HTTPS communication sessions. ) Do not release the configured certificate store during HTTPS communication with the communication targets.

Revision History

2010/06/14
Initial version.

CONFIDENTIAL