Constructs a new SslProperties with the specified enabled SSL protocols.

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

Syntax

C#
public SslProperties(
	SslProtocols enabledSslProtocols
)
Visual Basic
Public Sub New ( _
	enabledSslProtocols As SslProtocols _
)
Visual C++
public:
SslProperties(
	SslProtocols enabledSslProtocols
)

Parameters

enabledSslProtocols
Type: System.Security.Authentication..::..SslProtocols
The SSL protocols that can be used for authentication.

See Also