Discuss this help topic in SecureBlackbox Forum

TElXMLRSAPSSParameters.SaveToXML

TElXMLRSAPSSParameters     See also     


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


Saves algorithm 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 element belongs to.
  • Formatter - a supplementary parameter for internal use. User should pass nil/null/Nothing.

Return value

    Returns the XML element that contains algorithm parameters.

Description

    Call this method to save algorithm parameters to an XML element.

See also:     LoadFromXML    

Discuss this help topic in SecureBlackbox Forum