Click or drag to resize

ProtocolOptions.SslOptions Property

Specified SSL options used to connect to the Cassandra hosts.

Namespace:  Cassandra
Assembly:  Cassandra (in Cassandra.dll) Version: 3.9.0
Syntax
C#
public SSLOptions SslOptions { get; }

Return Value

Type: SSLOptions
SSL options used to connect to the Cassandra hosts.
See Also