| 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.signdocsdkAssembly: SPSignDoc_4.1_DotNetLibd (in SPSignDoc_4.1_DotNetLibd.dll) Version: 1.0.5882.21462
Syntaxpublic bool getSeedValueDigestMethodRequired()
Public Function getSeedValueDigestMethodRequired As Boolean
public:
bool getSeedValueDigestMethodRequired()
member getSeedValueDigestMethodRequired : unit -> bool
Return Value
Type:
Boolean true iff one of the DigestMethod values returned by
getSeedValueDigestMethod() must be used.
See Also