| SignDocVerificationResultgetDigestAlgorithm Method |
Get the message digest algorithm of the signature.
Note that the values returned by this functions are different
from the Digest values used by
de.softpro.doc.SignDocField.getSeedValueDigestMethod() and
friends:
| Profile | getDigestAlgorithm | 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
Syntaxpublic string getDigestAlgorithm()
Return Value
Type:
String The message digest algorithm (such as "SHA-1").
If the message digest is unsupported, an empty string will
be returned.
See Also