Contains properties used to establish an SslGatewayConnection to a Gateway daemon.
Inheritance Hierarchy
IBM.CTGSslProperties
Namespace: IBM.CTG
Assembly: IBM.CTG.Client (in IBM.CTG.Client.dll) Version: 10.1.0.0 (10.1.0.0)
Syntax
The SslProperties type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| SslProperties | Initializes a new instance of the SslProperties class | |
| SslProperties(SslProtocols) | Constructs a new SslProperties with the specified enabled SSL protocols. | |
| SslProperties(X509Certificate) | Constructs a new SslProperties with a single client certificate. | |
| SslProperties(X509CertificateCollection) | Constructs a new SslProperties with the specified client certificate collection. | |
| SslProperties(X509Certificate, SslProtocols) | Constructs a new SslProperties with a single client certificate and specified enabled SSL protocols. | |
| SslProperties(X509CertificateCollection, SslProtocols) | Constructs a new SslProperties with the specified client certificate collection
and specified enabled SSL protocols. |
Properties
| Name | Description | |
|---|---|---|
| ClientCertificates | Gets or sets a collection of certificates used to authenticate the client application. | |
| ClientCertificateSelectionCallback | Gets or sets a callback delegate responsible for selecting the client certificate used for authentication. | |
| EnabledSslProtocols | Gets or sets the SSL protocols that can be used for authentication. | |
| GatewayCertificateValidationCallback | Gets or sets a callback delegate responsible for validating the certificate supplied by the Gateway daemon. |
Methods
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |
Remarks
Thread Safety
See Also