ServerSslConfiguration Constructor
Overload List
| Name | Description | |
|---|---|---|
|
|
ServerSslConfiguration(X509Certificate2) |
Initializes a new instance of the ServerSslConfiguration class with
the specified serverCertificate.
|
|
|
ServerSslConfiguration(X509Certificate2, Boolean, SslProtocols, Boolean) |
Initializes a new instance of the ServerSslConfiguration class with
the specified serverCertificate,
clientCertificateRequired, enabledSslProtocols,
and checkCertificateRevocation.
|