| 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.signdocsdkAssembly: SPSignDoc_4.1_DotNetLibd (in SPSignDoc_4.1_DotNetLibd.dll) Version: 1.0.5882.21462
Syntaxpublic string getTimeStampDigestAlgorithm()
Public Function getTimeStampDigestAlgorithm As String
public:
String^ getTimeStampDigestAlgorithm()
member getTimeStampDigestAlgorithm : unit -> string
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