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 elt

Signed node

Return value

OBJECT

New 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.