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.
Namespace: NetworkCommsDotNet.Connections.TCPAssembly: NetworkCommsDotNet (in NetworkCommsDotNet.dll) Version: 3.0.0.0 (3.0.0.0)
Syntax
Parameters
- certificateName
- Type: System String
The server certificate name
- allowSelfSignedCertificates
- Type: System Boolean
If true self signed certificates may be used successfully. CAUTION: Allowing self signed certificates makes it significantly easier for a remote peer to impersonate someone.
See Also