Gets or sets the SSL protocols that can be used for authentication.

Namespace:  IBM.CTG
Assembly:  IBM.CTG.Client (in IBM.CTG.Client.dll) Version: 1.0.0.0

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);
}

Field Value

A combination of SslProtocols values that specify the enabled authentication protocols.

See Also