Server APIs: HTTP REST, COM/.NET, Java > Server API Reference > Interfaces/Classes > XMLDSig (for XML Signatures) > Properties
DigestMethod
The algorithm that is used to compute the digest value over the input XML file. Available values are: sha1|sha256|sha384|sha512.
COM and .NET
Signature: DigestMethod(string algo)
Signature: public void setDigestMethod(string algo)