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

Namespace: Limilabs.Client
Assembly: Mail (in Mail.dll) Version: 3.0.12102.1426

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