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.
Namespace: EnterpriseDT.Net.Ftp.ScriptAssembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 12.7.0.0
public virtual bool IgnoreCommonName { get; set; }
Public Overridable Property IgnoreCommonName As Boolean
Get
Set
public:
virtual property bool IgnoreCommonName {
bool get ();
void set (bool value);
}
abstract IgnoreCommonName : bool with get, set
override IgnoreCommonName : bool with get, set
Return Value
Boolean true to skip common name matching in server validation