Discuss this help topic in SecureBlackbox Forum

TElXMLGOSTR3411Parameters.SaveToXML

TElXMLGOSTR3411Parameters     See also     


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


Saves the parameters to an XML element.

Declaration

[VB.NET]
    Function SaveToXML(ByVal Document As TElXMLDOMDocument, ByVal Formatter As TElXMLCustomFormatter) As TElXMLDOMElement
    Function SaveToXML(ByVal Document As TElXMLDOMDocument) As TElXMLDOMElement

[Pascal]
    function SaveToXML(Document : TElXMLDOMDocument; Formatter : TElXMLCustomFormatter) : TElXMLDOMElement;

Parameters

  • Document - the XML document which the XML element belongs to.
  • Formatter - a supplementary parameter for internal use. User should pass nil/null/Nothing.

Return value

Returns the DOM element with algorithm data.

Description

Call this method to save element's data to an XML element.

See also:     LoadFromXML    

Discuss this help topic in SecureBlackbox Forum