Click or drag to resize
SSLOptionsSetCertificateRevocationCheck Method
Determines whether the certificate revocation list is checked during connection authentication.

Namespace: Cassandra
Assembly: Cassandra (in Cassandra.dll) Version: 3.0.9 (git 5ca22bb)
Syntax
C#
public SSLOptions SetCertificateRevocationCheck(
	bool flag
)

Parameters

flag
Type: SystemBoolean

Return Value

Type: SSLOptions
See Also