Discuss this help topic in SecureBlackbox Forum
Adds a new reference to the list.
Declaration
Parameters
- Element - the XML element to be signed.
- AutoGenerateId - set this parameter to true to allow the signer to automatically generate the element's identifier.
- CustomId - this parameter can be used to assign a custom identifier to the element.
- Stream - a stream containing the data to be signed.
- FileNameURI - name of the file to be signed.
Return value
Returns the index of the newly added item in the list on success, and -1 on failure.
Description
Use this method to add a reference to the entry that will be covered by the signature.
Discuss this help topic in SecureBlackbox Forum