Discuss this help topic in SecureBlackbox Forum

Specify hash / digest algorithm for signature

To set hash / digest algorithm for XMLDSig signature references you need to use DigestMethod property of the handler.

C#:


Handler.DigestMethod = SBXMLSec.Unit.xdmSHA256;
Delphi:

Handler.DigestMethod := xdmSHA256;

How To articles about XML-based signature handlers

Discuss this help topic in SecureBlackbox Forum