SslProperties Constructor (X509CertificateCollection, SslProtocols)

CICS Transaction Gateway V9.3.0.0
Constructs a new SslProperties with the specified client certificate collection and specified enabled SSL protocols.

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

public SslProperties(
	X509CertificateCollection clientCertificates,
	SslProtocols enabledSslProtocols
)

Parameters

clientCertificates
Type: System.Security.Cryptography.X509CertificatesX509CertificateCollection
An X509CertificateCollection containing certificates used for client authentication.
enabledSslProtocols
Type: System.Security.AuthenticationSslProtocols
The SSL protocols that can be used for authentication.
See Also

Reference