ServerSslConfiguration Class |
Namespace: Sfs2X.WebSocketSharp.Net
public class ServerSslConfiguration
The ServerSslConfiguration type exposes the following members.
Name | Description | |
---|---|---|
ServerSslConfiguration |
Initializes a new instance of the ServerSslConfiguration class.
| |
ServerSslConfiguration(ServerSslConfiguration) |
Copies the parameters from the specified configuration to
a new instance of the ServerSslConfiguration class.
| |
ServerSslConfiguration(X509Certificate2) |
Initializes a new instance of the ServerSslConfiguration class
with the specified serverCertificate.
|
Name | Description | |
---|---|---|
CheckCertificateRevocation |
Gets or sets a value indicating whether the certificate revocation
list is checked during authentication.
| |
ClientCertificateRequired |
Gets or sets a value indicating whether the client is asked for
a certificate for authentication.
| |
ClientCertificateValidationCallback |
Gets or sets the callback used to validate the certificate
supplied by the client.
| |
EnabledSslProtocols |
Gets or sets the protocols used for authentication.
| |
ServerCertificate |
Gets or sets the certificate used to authenticate the server.
|