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