Click or drag to resize
SignDocFieldsetSeedValueDigestMethod Method
Set a DigestMethod value in the seed value dictionary. See getSeedValueDigestMethod() for details. Calling this function is equivalent to calling clearSeedValueDigestMethods() and addSeedValueDigestMethod().

Namespace:  de.softpro.signdocsdk
Assembly:  SPSignDoc_4.3_DotNetLib (in SPSignDoc_4.3_DotNetLib.dll) Version: 1.0.6773.37566
Syntax
C#
public void setSeedValueDigestMethod(
	string DigestMethod
)

Parameters

DigestMethod
Type: SystemString
The DigestMethod value.
See Also