Overload List

  Name Description
Public method SetClientCertificate(String)
Sets the client certificate file path. The path must denote valid .cer or PEM file. null value clears the current certificate value and forces the SSL-subsystem to not use the client certificate while SSL-handshake.
Public method SetClientCertificate(String, String)
Sets the client certificate file path together with it's password The path must denote valid .cer or PEM file. null value clears the current certificate value and forces the SSL-subsystem to not use the client certificate while SSL-handshake.

See Also