Discuss this help topic in SecureBlackbox Forum

TElXMLSigner.Save

TElXMLSigner     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


Saves the XML data.

Declaration

[C#]
    void Save(ref TElXMLDOMNode Node);

[VB.NET]
    Sub Save(ByRef Node As TElXMLDOMNode)

[Pascal]
    procedure Save(var Node : TElXMLDOMNode);

[C++]
    void Save(TElXMLDOMNode &Node);

[PHP]
    void Save(TElXMLDOMNode &$Node)

[Java]
    void save(TSBObject Node);

Parameters

  • Node - the node into which the result should be placed. If the node is null/Nothing/nil, a new node is created.

Description

    Use this method to save the signed data. This method returns the XML node, which contains the signature or signed data (depending on SignatureType setting).
    This method saves the signature into the document and performs actual signing. Prior to signing it may recalculate the reference digest values, if reference URI points are inside the signature element.

See also:     GenerateSignature     SignatureType     SaveDetached     SaveEnveloped     SaveEnveloping    

Discuss this help topic in SecureBlackbox Forum