SSLOptions AllowSelfSignedCertificate Property NetworkComms.Net Help
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.

Namespace: NetworkCommsDotNet.Connections.TCP
Assembly: NetworkCommsDotNet (in NetworkCommsDotNet.dll) Version: 3.0.0.0 (3.0.0.0)
Syntax

public bool AllowSelfSignedCertificate { get; private set; }

Property Value

Type: OnlineBoolean
See Also