Discuss this help topic in SecureBlackbox Forum

TElXMLDecryptor.DecryptedNodeList

TElXMLDecryptor     See also     


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


Contains decrypted data represented as an XML node list.

Declaration

[C#]
    TElXMLDOMNodeList DecryptedNodeList;

[VB.NET]
    Property DecryptedNodeList As TElXMLDOMNodeList

[Pascal]
    property DecryptedNodeList : TElXMLDOMNodeList;

[C++]
    TElXMLDOMNodeList* get_DecryptedNodeList();
    void set_DecryptedNodeList(TElXMLDOMNodeList &Value);
    void set_DecryptedNodeList(TElXMLDOMNodeList *Value);

[PHP]
    TElXMLDOMNodeList get_DecryptedNodeList()
    void set_DecryptedNodeList(TElXMLDOMNodeList $Value)

[Java]
    TElXMLDOMNodeList getDecryptedNodeList();
    void setDecryptedNodeList(TElXMLDOMNodeList Value);

Description

     Use this property after successful call to Decrypt to read the decrypted data as an XML node list. Note, that the node is present only if the decrypted data contained a valid XML node list.

     The TElXMLDecryptor component remains the owner of the returned object and deletes the object, when you dispose of the component.

See also:     Decrypt     DecryptData     DecryptNode    

Discuss this help topic in SecureBlackbox Forum