Click or drag to resize
SignDocFieldgetSeedValueDigestMethod Method
Get a DigestMethod value from the seed value dictionary. DigestMethod values in the seed value dictionary restrict the hash algorithms available for signing with RSA. Note that DigestMethod values are different from the message digest algorithms returned by de.softpro.doc.SignDocVerificationResult.getDigestAlgorithm():
DigestMethodgetDigestAlgorithm()DetachedHashAlgorithm
n/a "MD5" n/a
"RIPEMD160" "RIPEMD-160" dha_ripemd160
"SHA1" "SHA-1" dha_sha1
- "SHA-224" dha_sha224
"SHA256" "SHA-256" dha_sha256
"SHA384" "SHA-384" dha_sha384
"SHA512" "SHA-512" dha_sha512

Namespace:  de.softpro.signdocsdk
Assembly:  SPSignDoc_4.3_DotNetLib (in SPSignDoc_4.3_DotNetLib.dll) Version: 1.0.6773.37566
Syntax
C#
public string getSeedValueDigestMethod(
	int index
)

Parameters

index
Type: SystemInt32
0-based index of the DigestMethod value.

Return Value

Type: String
The selected DigestMethod value or an empty string if the index is out of range.
See Also