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

Namespace: Dse
Assembly: Dse (in Dse.dll) Version: 2.4.0
Syntax
C#
public SSLOptions SetRemoteCertValidationCallback(
	RemoteCertificateValidationCallback callback
)

Parameters

callback
Type: System.Net.SecurityRemoteCertificateValidationCallback

Return Value

Type: SSLOptions
See Also