Discuss this help topic in SecureBlackbox Forum

TElXMLEncryptor.SaveToDocument

TElXMLEncryptor     See also     


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


Saves the encrypted XML data into an XML document.

Declaration

[C#]
    TElXMLDOMDocument SaveToDocument();

[VB.NET]
    Function SaveToDocument() As TElXMLDOMDocument

[Pascal]
    function SaveToDocument : TElXMLDOMDocument;

[C++]
    TElXMLDOMDocumentHandle SaveToDocument();

[PHP]
    TElXMLDOMDocument SaveToDocument()

[Java]
    TElXMLDOMDocument saveToDocument();

Description

    Use this method to save the encrypted data into an XML document.

See also:     Encrypt     Save    

Discuss this help topic in SecureBlackbox Forum