Discuss this help topic in SecureBlackbox Forum
Remove the signature
To remove the signature from the XML document you need to use RemoveSignature() method of TElXMLVerifier class.
First, load the signature to TElMXLVerifier class using it's Load() method. Pass the node that contains a signature as one of it's children nodes, to the Load() method.
Next, call RemoveSignature() method to remove the signature.