ServerSslConfiguration Properties
The ServerSslConfiguration type exposes the following members.
Properties
Name | Description | |
---|---|---|
CertificateSelectionCallback | (Inherited from SslConfiguration.) | |
CertificateValidationCallback | (Inherited from SslConfiguration.) | |
CheckCertificateRevocation |
Gets or sets a value indicating whether the certificate revocation list is checked
during authentication.
(Inherited from SslConfiguration.) |
|
ClientCertificateRequired |
Gets or sets a value indicating whether the client must supply a certificate for
authentication.
|
|
ClientCertificateValidationCallback |
Gets or sets the callback used to validate the certificate supplied by the client.
|
|
EnabledSslProtocols |
Gets or sets the SSL protocols used for authentication.
(Inherited from SslConfiguration.) |
|
ServerCertificate |
Gets or sets the certificate used to authenticate the server for secure connection.
|