nn::http::Connection::SetClientCert Member Function

Syntax

nn::Result SetClientCert(
     ClientCert & clientCert
);

Arguments

Name Description
in clientCert Client certificate to set.

Return Values

Returns the processing result.

Description

Sets the client certificate using a ClientCert instance. (Use this to reuse the same client certificate with multiple HTTPS communication sessions. ) Do not release the configured certificate during HTTPS communication with the communication targets.


CONFIDENTIAL