Set this field to indicate validness of server's certificate.

Namespace: Limilabs.WHOIS.Client
Assembly: Whois (in Whois.dll) Version: 2.0.1238.1610

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);
}

See Also