VerifyXMLSignature (open)
Validate a XML Signature signature hash
Syntax
LOADLIB "wh::xml/signature.whlib";
BOOLEAN FUNCTION VerifyXMLSignature(STRING signaturealgorithm, STRING data, STRING signature_base64, STRING publickey)Parameters
STRING signaturealgorithmURI of signature algorithm
STRING dataSigned data
STRING signature_base64Base64 encoded signature
STRING publickeyPEM-encoded public key to use for signing
Return value
BOOLEANWhether the signature validates with this publickey