Click or drag to resize

VerificationOptionsEnableOnlineOCSPRevocationChecking Method

Enables/disables online OCSP revocation checking. The default setting is for it to be turned on.

Namespace:  pdftron.PDF
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public void EnableOnlineOCSPRevocationChecking(
	bool in_on_or_off
)

Parameters

in_on_or_off
Type: SystemBoolean
in_on_or_off -- what setting to use
See Also