C-DEngine 5.105

SslConfiguration..::..EnabledSslProtocols Property

Gets or sets the SSL protocols used for authentication.

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

Syntax


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

Field Value

The [SslProtocols] enum value that represents the protocols used for authentication.