SslOptions Constructor(String,String,String)
In This Topic
Initializes a new instance of the
SslOptions class initializing some properties with provided values.
Syntax
Parameters
- caCert
- Location of authority certificate.
- cert
- Location of client certificate.
- key
- Location of private key to use.
See Also