edtFTPnet/PRO - Secure FTP component for .NET | Free Trial | Pricing
Set to true if key is to be accepted, false otherwise.

Namespace: EnterpriseDT.Net.Ftp
Assembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 9.4.0.40

Syntax

C#
public bool IsValid { get; set; }
Visual Basic
Public Property IsValid As Boolean
	Get
	Set
Visual C++
public:
property bool IsValid {
	bool get ();
	void set (bool value);
}

Remarks

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.

See Also