C-DEngine 5.105

ServerSslConfiguration..::..ServerCertificate Property

Gets or sets the certificate used to authenticate the server for secure connection.

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

Syntax


public X509Certificate2 ServerCertificate { get; set; }
Public Property ServerCertificate As X509Certificate2
	Get
	Set
public:
property X509Certificate2^ ServerCertificate {
	X509Certificate2^ get ();
	void set (X509Certificate2^ value);
}

Field Value

A [X509Certificate2] that represents the certificate used to authenticate the server.