SSLOptionsSetRemoteCertValidationCallback Method |
Determines whether the certificate revocation list is checked during connection authentication.
Namespace: CassandraAssembly: Cassandra (in Cassandra.dll) Version: 3.0.9 (git 5ca22bb)
Syntax public SSLOptions SetRemoteCertValidationCallback(
RemoteCertificateValidationCallback callback
)
Parameters
- callback
- Type: System.Net.SecurityRemoteCertificateValidationCallback
Return Value
Type:
SSLOptionsSee Also