C-DEngine 5.105

ServerSslConfiguration..::..ClientCertificateRequired Property

Gets or sets a value indicating whether the client must supply a certificate for authentication.

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

Syntax


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

Field Value

true if the client must supply a certificate; otherwise, false.