SslProperties Constructor (X509Certificate)

CICS Transaction Gateway V10.1.0.0
Constructs a new SslProperties with a single client certificate.

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

public SslProperties(
	X509Certificate clientCertificate
)

Parameters

clientCertificate
Type: System.Security.Cryptography.X509CertificatesX509Certificate
An X509Certificate that is used for client authentication.
Remarks

This constructor sets the ClientCertificates property to a new X509CertificateCollection containing the specified certificate.
See Also

Reference