C-DEngine 5.105

SslConfiguration..::..CheckCertificateRevocation Property

Gets or sets a value indicating whether the certificate revocation list is checked during authentication.

Namespace:  WebSocketSharp.Net
Assembly:  C-DEngine (in C-DEngine.dll)

Syntax


public bool CheckCertificateRevocation { get; set; }
Public Property CheckCertificateRevocation As Boolean
	Get
	Set
public:
property bool^ CheckCertificateRevocation {
	bool^ get ();
	void set (bool^ value);
}

Field Value

true if the certificate revocation list is checked; otherwise, false.