C-DEngine 5.105

HttpServer..::..SslConfiguration Property

Gets or sets the SSL configuration used to authenticate the server and optionally the client for secure connection.

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

Syntax


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

Field Value

A ServerSslConfiguration that represents the configuration used to authenticate the server and optionally the client for secure connection.