SslProperties Class

CICS Transaction Gateway V10.1.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: 10.1.0.0 (10.1.0.0)
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
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Remarks

The configuration file value of "CtgSslProtocols" will override the value for the property EnabledSslProtocols.
Thread Safety

Static members of this type are safe for multi-threaded operations. Instance members of this type are safe for multi-threaded operations.
See Also

Reference