Overload List
Name | Description | |
---|---|---|
SSLOptions |
Initialise a new empty instance of SSLOptions, which disables SSL.
| |
SSLOptions(X509Certificate, Boolean) |
Initialise a new instance of SSLOptions which enables SSL. If this SSLOptions is used server side any client
requires either a copy of the provided certificate or the certificate name to successfully connect.
| |
SSLOptions(String, Boolean) |
Initialise a new instance of SSLOptions which enables SSL. Can be successfully used to
connect to a server with a matching certificateName. Server must not require MutualAuthentication.
| |
SSLOptions(X509Certificate, Boolean, Boolean) |
Initialise a new instance of SSLOptions which enables SSL. If requireMutualAuthentication is true, and
this SSLOptions is used server side, any client must have a copy of the certificate to successfully connect.
|
See Also