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 | |
---|---|---|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | 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.
|
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
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.
|