SSLOptions.RequireMutualAuthentication Property NetworkComms.Net Help
If true the client must set the correct certificate in its SSLOptions. If false all the client requires to successfully connect is the certificate name.

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

public bool RequireMutualAuthentication { get; private set; }

Property Value

Type: OnlineBoolean
See Also