ServerSslConfiguration Members
The ServerSslConfiguration type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| 
                         | 
                      ServerSslConfiguration(X509Certificate2) | 
                         
   Initializes a new instance of the ServerSslConfiguration class with
   the specified serverCertificate.
    
                       | 
                    
| 
                         | 
                      ServerSslConfiguration(X509Certificate2, Boolean, SslProtocols, Boolean) | 
                         
   Initializes a new instance of the ServerSslConfiguration class with
   the specified serverCertificate,
   clientCertificateRequired, 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.) | 
                    
| 
                         | 
                      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.
    
                       |