ClientSslConfiguration Class |
Namespace: Sfs2X.WebSocketSharp.Net
public class ClientSslConfiguration
The ClientSslConfiguration type exposes the following members.
| Name | Description | |
|---|---|---|
| ClientSslConfiguration |
Initializes a new instance of the ClientSslConfiguration class.
| |
| ClientSslConfiguration(ClientSslConfiguration) |
Copies the parameters from the specified configuration to
a new instance of the ClientSslConfiguration class.
| |
| ClientSslConfiguration(String) |
Initializes a new instance of the ClientSslConfiguration class
with the specified targetHost.
|
| Name | Description | |
|---|---|---|
| CheckCertificateRevocation |
Gets or sets a value indicating whether the certificate revocation
list is checked during authentication.
| |
| ClientCertificates |
Gets or sets the certificates from which to select one to
supply to the server.
| |
| ClientCertificateSelectionCallback |
Gets or sets the callback used to select the certificate to
supply to the server.
| |
| EnabledSslProtocols |
Gets or sets the protocols used for authentication.
| |
| ServerCertificateValidationCallback |
Gets or sets the callback used to validate the certificate
supplied by the server.
| |
| TargetHost |
Gets or sets the target host server name.
|