ClientOptions.certificateChain

string certificateChain() @property nothrow

Get certificateChain property.

Returns

The client certificate to use if using Mutual TLS.
void certificateChain(string propval) @property nothrow

Set certificateChain property.

Parameters

propvalThe client certificate to use if using Mutual TLS.