Click or drag to resize

SSLOptions Class

Defines the SSL/TLS options to connect to a ssl enabled Cassandra host
Inheritance Hierarchy
SystemObject
  DseSSLOptions

Namespace:  Dse
Assembly:  Dse (in Dse.dll) Version: 2.9.0
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
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
Methods
  NameDescription
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.
Top
See Also

Reference