nn::http::Connection::SetClientCert Member Functionnn::Result SetClientCert( ClientCert & clientCert );
| Name | Description | |
|---|---|---|
| in | clientCert | Client certificate to set. |
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