Altova RaptorXML+XBRL Server 2024

Updates the XML signature in the signed XML file. If the document has been modified, the updated XML signature will be different; otherwise, the updated signature will be the same as the previous signature. The output file is specified with outputPath, which is a string that provides the URL of the file with the updated signature. The result is true on success, false on failure.

 

Either (i) the HMAC secret key property or (ii) the certificate-name and certificate-store properties must be specified. If the certificate options are specified, then they must match those that were used to sign the XML document previously. (Note that the certificate-store option is currently not supported on Linux and macOS.)

 

COM and .NET

 

Signature: boolean ExecuteUpdate(string outputPath)

 

Java

 

Signature: public boolean executeUpdate(string outputPath)

 

© 2017-2023 Altova GmbH