Click or drag to resize
SSLOptions Class
Defines the SSL/TLS options to connect to a ssl enabled Cassandra host
Inheritance Hierarchy
SystemObject
  CassandraSSLOptions

Namespace: Cassandra
Assembly: Cassandra (in Cassandra.dll) Version: 3.0.5 (git 25b8d4e)
Syntax
C#
public class SSLOptions

The SSLOptions type exposes the following members.

Constructors
  NameDescription
Public methodSSLOptions
Creates SSLOptions with default values.
Public methodSSLOptions(SslProtocols, Boolean, RemoteCertificateValidationCallback)
Creates SSL options used for SSL connections with Casandra hosts.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodSetCertificateCollection
Sets the collection that contains the client certificates
Public methodSetCertificateRevocationCheck
Determines whether the certificate revocation list is checked during connection authentication.
Public methodSetHostNameResolver
Sets the method to be use to determine the host name from the host IP address
Public methodSetRemoteCertValidationCallback
Determines whether the certificate revocation list is checked during connection authentication.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Properties
  NameDescription
Public propertyCertificateCollection
Gets the collection that contains the client certificates
Public propertyCheckCertificateRevocation
Determines whether the certificate revocation list is checked during connection authentication.
Public propertyHostNameResolver
Gets the method to be use to determine the host name from the IP address
Public propertyRemoteCertValidationCallback
Verifies Cassandra host SSL certificate used for authentication.
Public propertySslProtocol
Ssl Protocol used for communication with Cassandra hosts.
Top
See Also