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.1_DotNetLibd (in SPSignDoc_4.1_DotNetLibd.dll) Version: 1.0.5882.21462
Syntax
public void setSeedValueDigestMethod(
	string DigestMethod
)

Parameters

DigestMethod
Type: SystemString
The DigestMethod value.
See Also