SSLOptionsSetRemoteCertValidationCallback Method  | 
 
            Determines whether the certificate revocation list is checked during connection authentication.
            
 
    Namespace: 
   Cassandra
    Assembly:
   Cassandra (in Cassandra.dll) Version: 3.13.0
Syntaxpublic SSLOptions SetRemoteCertValidationCallback(
	RemoteCertificateValidationCallback callback
)
Parameters
- callback
 - Type: System.Net.SecurityRemoteCertificateValidationCallback
 
Return Value
Type: 
SSLOptions
See Also