Specifies whether the certificate revocation list is checked during authentication. Default is false.

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

Syntax

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

See Also