SignatureContext::GetSignedPart (open)
Extract the signed part of an element (as a separate document)
Syntax
LOADLIB "wh::xml/signature.whlib";
OBJECT FUNCTION GetSignedPart(OBJECT elt)Parameters
OBJECT eltSigned node
Return value
OBJECTNew XML document with a copy of the signed node as root node. All non-signed nodes (removed by transformations before calculating the digest) are not included.