Click or drag to resize

SSLOptionsSetCertificateRevocationCheck Method

Determines whether the certificate revocation list is checked during connection authentication.

Namespace:  Dse
Assembly:  Dse (in Dse.dll) Version: 2.9.0
Syntax
C#
public SSLOptions SetCertificateRevocationCheck(
	bool flag
)

Parameters

flag
Type: SystemBoolean

Return Value

Type: SSLOptions
See Also