Overload List
| Name | Description | |
|---|---|---|
| SslProperties | Initializes a new instance of the SslProperties class | |
| SslProperties(SslProtocols) | Constructs a new SslProperties with the specified enabled SSL protocols. | |
| SslProperties(X509Certificate) | Constructs a new SslProperties with a single client certificate. | |
| SslProperties(X509CertificateCollection) | Constructs a new SslProperties with the specified client certificate collection. | |
| SslProperties(X509Certificate, SslProtocols) | Constructs a new SslProperties with a single client certificate and specified enabled SSL protocols. | |
| SslProperties(X509CertificateCollection, SslProtocols) | Constructs a new SslProperties with the specified client certificate collection
and specified enabled SSL protocols. |
See Also