ExecuteRemove
Removes the XML signature of the signed XML file, and saves the resulting unsigned document to an output location defined by outputPath, which is a string that provides the URL of the file location. The result is true on success, false on failure.
COM and .NET
Signature: boolean ExecuteRemove(string outputPath)
Java
Signature: public boolean executeRemove(string outputPath)