ClientSslConfiguration Properties
The ClientSslConfiguration 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.) |
|
ClientCertificates |
Gets or sets the collection that contains client certificates.
|
|
ClientCertificateSelectionCallback |
Gets or sets the callback used to select a client certificate to supply to the server.
|
|
EnabledSslProtocols |
Gets or sets the SSL protocols used for authentication.
(Inherited from SslConfiguration.) |
|
ServerCertificateValidationCallback |
Gets or sets the callback used to validate the certificate supplied by the server.
|
|
TargetHost |
Gets or sets the name of the server that shares a secure connection.
|