The SslGatewayConnection type exposes the following members.

Properties

  NameDescription
Public propertyApplid
Gets the client APPLID used for transaction tracking on this GatewayConnection.
(Inherited from GatewayConnection.)
Public propertyApplidQualifier
Gets the client APPLID qualifier used for transaction tracking on this GatewayConnection.
(Inherited from GatewayConnection.)
Public propertyCipherAlgorithm
Gets the bulk encryption algorithm used by the connection.
Public propertyCipherStrength
Gets the strength of the cipher algorithm.
Public propertyClientCertificate
Gets the certificate used to authenticate the client application.
Public propertyConnectionPool
Gets the SslGatewayConnectionPool that this SslGatewayConnection is associated with.
Public propertyGatewayCertificate
Gets the certificate used to authenticate the Gateway daemon.
Public propertyHostName
Gets the host name of the Gateway daemon this GatewayConnection is or was connected to.
(Inherited from GatewayConnection.)
Public propertyIsOpen
Gets a value indicating whether this GatewayConnection is connected to a Gateway daemon.
(Inherited from GatewayConnection.)
Public propertyPort
Gets the remote TCP/IP port this GatewayConnection is or was connected to.
(Inherited from GatewayConnection.)
Public propertySslProtocol
Gets a value that indicates the security protocol used to authenticate this connection.

See Also