Represents the protocol used for authentication. Default is Default.

Namespace: Limilabs.WHOIS.Client
Assembly: Whois (in Whois.dll) Version: 2.0.1238.1610

Syntax

C#
public SslProtocols EnabledSslProtocols { get; set; }
Visual Basic
Public Property EnabledSslProtocols As SslProtocols
	Get
	Set
Visual C++
public:
property SslProtocols EnabledSslProtocols {
	SslProtocols get ();
	void set (SslProtocols value);
}

See Also