The SslGatewayConnection type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| Applid | Gets the client APPLID used for transaction tracking on this GatewayConnection. (Inherited from GatewayConnection.) | |
| ApplidQualifier | Gets the client APPLID qualifier used for transaction tracking on this GatewayConnection. (Inherited from GatewayConnection.) | |
| CipherAlgorithm | Gets the bulk encryption algorithm used by the connection. | |
| CipherStrength | Gets the strength of the cipher algorithm. | |
| ClientCertificate | Gets the certificate used to authenticate the client application. | |
| ConnectionPool | Gets the SslGatewayConnectionPool that this SslGatewayConnection is associated with. | |
| GatewayCertificate | Gets the certificate used to authenticate the Gateway daemon. | |
| HostName |
Gets the host name of the Gateway daemon this GatewayConnection is or was connected to.
(Inherited from GatewayConnection.) | |
| IsOpen | Gets a value indicating whether this GatewayConnection is connected to a Gateway daemon. (Inherited from GatewayConnection.) | |
| Port | Gets the remote TCP/IP port this GatewayConnection is or was connected to. (Inherited from GatewayConnection.) | |
| SslProtocol | Gets a value that indicates the security protocol used to authenticate this connection. |
See Also