| SignDocVerificationResultgetTimeStampDigestAlgorithm Method |
Get the message digest algorithm of the RFC 3161 timestamp.
The following table shows the supported digest algorithms and
the respective value of integer parameter "TimeStampHashAlgorithm":
| getTimeStampDigestAlgorithm() | TimeStampHashAlgorithm() |
|---|
| "MD5" | n/a |
| "RIPEMD-160" | n/a |
| "SHA-1" | tsha_sha1 |
| "SHA-256" | tsha_sha256 |
| "SHA-384" | tsha_sha384 |
| "SHA-512" | tsha_sha512 |
Namespace:
de.softpro.signdocsdk
Assembly:
SPSignDoc_4.3_DotNetLib (in SPSignDoc_4.3_DotNetLib.dll) Version: 1.0.6773.37566
Syntaxpublic string getTimeStampDigestAlgorithm()
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