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