Discuss this help topic in SecureBlackbox Forum
XML: Setup signing parameters
Before signing something, you need to setup the parameters.
First you need to create and populate the list of references which point to the data being signed:
Next, setup various signature-related properties of TElXMLSigner class, such as
Set KeyData property of TElXMLSigner class. See other how-to articles regarding how to use various types of keys for signing.
Then call UpdateReferencesDigest() method of TElXMLSigner class to calculate the digest which will be signed.
Finally call Sign() method of TElXMLSigner class to perform actual signing.