Click or drag to resize
TimeStampergetHashAlgorithm Method
Get the object ID of the message digest algorithm.

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

Return Value

Type: String
A 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