SSLOptions Constructor NetworkComms.Net Help
Overload List

  NameDescription
Public methodSSLOptions 
Initialise a new empty instance of SSLOptions, which disables SSL.
Public methodSSLOptions(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.
Public methodSSLOptions(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.
Public methodSSLOptions(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.
Back to Top
See Also