| TimeStampergetHashAlgorithm Method |
Get the object ID of the message digest algorithm.
Namespace: de.softpro.signdocsdkAssembly: SPSignDoc_4.1_DotNetLibd (in SPSignDoc_4.1_DotNetLibd.dll) Version: 1.0.5882.21462
Syntaxpublic string getHashAlgorithm()
Public Function getHashAlgorithm As String
public:
String^ getHashAlgorithm()
member getHashAlgorithm : unit -> string
Return Value
Type:
StringA pointer to the object ID of the message digest algorithm as string, e.g., "1.3.14.3.2.26" for SHA - 1.
See Also