| SignDocFieldsetSeedValueDigestMethodRequired Method |
Set a flag from the signature field seed value
dictionary that indicates whether the DigestMethod values
are a required constraint or not.
Namespace:
de.softpro.signdocsdk
Assembly:
SPSignDoc_4.3_DotNetLib (in SPSignDoc_4.3_DotNetLib.dll) Version: 1.0.6773.37566
Syntaxpublic void setSeedValueDigestMethodRequired(
bool required
)
Parameters
- required
- Type: SystemBoolean
true if the DigestMethod values are a required
constraint, false if the DigestMethod values
are an optional constraint. If @a aRequired
is true, there should be at least one
DigestMethod value.
See Also