Contains properties used to establish an SslGatewayConnection to a Gateway daemon.

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

Syntax

C#
public class SslProperties
Visual Basic
Public Class SslProperties
Visual C++
public ref class SslProperties

Remarks

The configuration file value of "CtgSslProtocols" will override the value for the property EnabledSslProtocols.

Inheritance Hierarchy

System..::..Object
  IBM.CTG..::..SslProperties

Thread Safety

Members of this type are thread safe.

See Also