SSLOptions Class | 
Namespace: Cassandra
public class SSLOptions
The SSLOptions type exposes the following members.
| Name | Description | |
|---|---|---|
| SSLOptions | 
             Creates SSLOptions with default values.   
              | |
| SSLOptions(SslProtocols, Boolean, RemoteCertificateValidationCallback) | 
            Creates SSL options used for SSL connections with Casandra hosts. 
              | 
| Name | Description | |
|---|---|---|
| CertificateCollection | 
            Gets the collection that contains the client certificates
              | |
| CheckCertificateRevocation | 
            Determines whether the certificate revocation list is checked during connection authentication.
              | |
| HostNameResolver | 
            Gets the method to be use to determine the host name from the IP address
              | |
| RemoteCertValidationCallback | 
            Verifies Cassandra host SSL certificate used for authentication.
              | |
| SslProtocol | 
            Ssl Protocol used for communication with Cassandra hosts.
              | 
| Name | Description | |
|---|---|---|
| SetCertificateCollection | 
            Sets the collection that contains the client certificates
              | |
| SetCertificateRevocationCheck | 
            Determines whether the certificate revocation list is checked during connection authentication.
              | |
| SetHostNameResolver | 
            Sets the method to be use to determine the host name from the host IP address
              | |
| SetRemoteCertValidationCallback | 
            Determines whether the certificate revocation list is checked during connection authentication.
              |