edtFTPnet/PRO - Secure FTP component for .NET | Free Trial | Pricing

ScriptEngineIgnoreCommonName Property

Get the setting for ignoring the common name in server certificate validation. This is only used if a server certificate is set. If set to true, the common name in the server certificate is not matched with the hostname of the server (or any set common names). The default is false.

Definition

Namespace: EnterpriseDT.Net.Ftp.Script
Assembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 12.7.0.0
C#
public virtual bool IgnoreCommonName { get; set; }

Return Value

Boolean
true to skip common name matching in server validation

See Also