ClientSslConfiguration Members
The ClientSslConfiguration type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
|   | ClientSslConfiguration(String) | 
   Initializes a new instance of the ClientSslConfiguration class with
   the specified targetHost.
    | 
|   | ClientSslConfiguration(String, X509CertificateCollection, SslProtocols, Boolean) | 
   Initializes a new instance of the ClientSslConfiguration class with
   the specified targetHost, clientCertificates,
   enabledSslProtocols, and checkCertificateRevocation.
    | 
Methods
| Name | Description | |
|---|---|---|
|   | Equals(System.Object) | (Inherited from Object.) | 
|   | Finalize | (Inherited from Object.) | 
|   | GetHashCode | (Inherited from Object.) | 
|   | GetType | (Inherited from Object.) | 
|   | MemberwiseClone | (Inherited from Object.) | 
|   | ToString | (Inherited from Object.) | 
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.
    |