Represents the protocol used for authentication. Default is Default.

Namespace: Limilabs.Client
Assembly: Mail (in Mail.dll) Version: 3.0.12102.1426

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