Constructs a new SslProperties with the specified client certificate collection
and specified enabled SSL protocols.
Namespace:
IBM.CTGAssembly: IBM.CTG.Client (in IBM.CTG.Client.dll) Version: 1.0.0.0
Syntax
C# |
---|
public SslProperties( X509CertificateCollection clientCertificates, SslProtocols enabledSslProtocols ) |
Visual Basic |
---|
Public Sub New ( _ clientCertificates As X509CertificateCollection, _ enabledSslProtocols As SslProtocols _ ) |
Visual C++ |
---|
public: SslProperties( X509CertificateCollection^ clientCertificates, SslProtocols enabledSslProtocols ) |
Parameters
- clientCertificates
- Type: System.Security.Cryptography.X509Certificates..::..X509CertificateCollection
An X509CertificateCollection containing certificates used for client authentication.
- enabledSslProtocols
- Type: System.Security.Authentication..::..SslProtocols
The SSL protocols that can be used for authentication.