Click or drag to resize

DigitalSignatureFieldSetPreferredDigestAlgorithm Method (DigestAlgorithm)

Sets the preferred digest algorithm to use when signing this field. This is done by setting DigestMethod in the Seed Value dictionary. This function can be called before a signature field is even prepared for signing. This overload sets the algorithm as mandatory.

Namespace:  pdftron.PDF
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public void SetPreferredDigestAlgorithm(
	DigestAlgorithm in_digest_algorithm_type
)

Parameters

in_digest_algorithm_type
Type: pdftron.CryptoDigestAlgorithm
the digest algorithm to use
See Also