SSLOptions Constructor (String, Boolean)NetworkComms.Net Help
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.TCP
Assembly: NetworkCommsDotNet (in NetworkCommsDotNet.dll) Version: 3.0.0.0 (3.0.0.0)
Syntax

public SSLOptions(
	string certificateName,
	bool allowSelfSignedCertificates
)

Parameters

certificateName
Type: OnlineSystem String
The server certificate name
allowSelfSignedCertificates
Type: OnlineSystem 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