Click or drag to resize
SignDocFieldgetSeedValueDigestMethodRequired Method
This function gets a flag from the signature field seed value dictionary that indicates whether the DigestMethod values are a required constraint or not. If this function returns true, a signing method corresponding to one of the DigestMethod values returned by getSeedValueDigestMethod() must be used for signing.

Namespace:  de.softpro.signdocsdk
Assembly:  SPSignDoc_4.3_DotNetLib (in SPSignDoc_4.3_DotNetLib.dll) Version: 1.0.6773.37566
Syntax
C#
public bool getSeedValueDigestMethodRequired()

Return Value

Type: Boolean
true iff one of the DigestMethod values returned by getSeedValueDigestMethod() must be used.
See Also