ServerValidationEventArgsIsValid Property
Set to true if key is to be accepted, false otherwise.
Namespace: EnterpriseDT.Net.FtpAssembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 12.7.0.0
public bool IsValid { get; set; }
Public Property IsValid As Boolean
Get
Set
public:
property bool IsValid {
bool get ();
void set (bool value);
}
member IsValid : bool with get, set
Property Value
Boolean
When the event arg object is received by the callback, this will
already be set to true if the key or certificate was found.
The callback should set this to true if the key or certificate
is to be accepted.