SslProperties Class

CICS Transaction Gateway V9.3.0.0
Contains properties used to establish an SslGatewayConnection to a Gateway daemon.
Inheritance Hierarchy

SystemObject
  IBM.CTGSslProperties

Namespace:  IBM.CTG
Assembly:  IBM.CTG.Client (in IBM.CTG.Client.dll) Version: 9.1.0.0 (9.1.0.4)
Syntax

public class SslProperties

The SslProperties type exposes the following members.

Constructors

  NameDescription
Public methodSslProperties
Initializes a new instance of the SslProperties class
Public methodSslProperties(SslProtocols)
Constructs a new SslProperties with the specified enabled SSL protocols.
Public methodSslProperties(X509Certificate)
Constructs a new SslProperties with a single client certificate.
Public methodSslProperties(X509CertificateCollection)
Constructs a new SslProperties with the specified client certificate collection.
Public methodSslProperties(X509Certificate, SslProtocols)
Constructs a new SslProperties with a single client certificate and specified enabled SSL protocols.
Public methodSslProperties(X509CertificateCollection, SslProtocols)
Constructs a new SslProperties with the specified client certificate collection and specified enabled SSL protocols.
Top
Properties

  NameDescription
Public propertyClientCertificates
Gets or sets a collection of certificates used to authenticate the client application.
Public propertyClientCertificateSelectionCallback
Gets or sets a callback delegate responsible for selecting the client certificate used for authentication.
Public propertyEnabledSslProtocols
Gets or sets the SSL protocols that can be used for authentication.
Public propertyGatewayCertificateValidationCallback
Gets or sets a callback delegate responsible for validating the certificate supplied by the Gateway daemon.
Top
Methods

  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
See Also

Reference