Gets a value that indicates the security protocol used to authenticate this connection.

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

Syntax

C#
public SslProtocols SslProtocol { get; }
Visual Basic
Public ReadOnly Property SslProtocol As SslProtocols
	Get
Visual C++
public:
property SslProtocols SslProtocol {
	SslProtocols get ();
}

Field Value

The SslProtocols value that represents the protocol used for authentication.

See Also