Click or drag to resize

VerificationOptionsEnableDigestVerification Method

Sets a flag that can turn on or off the verification of the digest (cryptographic hash) component of a digital signature.

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

Parameters

in_on_or_off
Type: SystemBoolean
in_on_or_off -- A boolean.
See Also