SslProperties Constructor (X509CertificateCollection)

CICS Transaction Gateway V10.1.0.0
Constructs a new SslProperties with the specified client certificate collection.

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

public SslProperties(
	X509CertificateCollection clientCertificates
)

Parameters

clientCertificates
Type: System.Security.Cryptography.X509CertificatesX509CertificateCollection
An X509CertificateCollection containing certificates used for client authentication.
See Also

Reference