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: 9.1.0.0 (9.1.0.4)
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 | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | ToString | (Inherited from Object.) |
See Also