SSLServerDNMatch
This property enables server certificate distinguished name (DN) validation.
Declaration
// C# public bool SSLServerDNMatch {get; set;}
Property Type
System.Boolean
Remarks
This property enables server certificate validation through DN matching. By default, this property is null to allow other configuration parameters to enforce DN matching.
Set to true to enforce a match. To enforce DN matching, the SSLServerCertDN
property value must match the DN from the server certificate for the connection to succeed. Otherwise, the connection fails.
Set to false
to not enforce a match.