SslProperties Constructor

CICS Transaction Gateway V9.3.0.0
Overload List

  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
See Also

Reference