Discuss this help topic in SecureBlackbox Forum

TElXMLKeyInfoNode.Value

TElXMLKeyInfoNode     


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


The value of arbitrary data, contained in a subnode of KeyInfo element.

Declaration

[C#]
    TElXMLDOMNode Value;

[VB.NET]
    Property Value As TElXMLDOMNode

[Pascal]
    property Value : TElXMLDOMNode;

[C++]
    TElXMLDOMNode* get_Value();
    void set_Value(TElXMLDOMNode &Value);
    void set_Value(TElXMLDOMNode *Value);

[PHP]
    TElXMLDOMNode get_Value()
    void set_Value(TElXMLDOMNode $Value)

[Java]
    TElXMLDOMNode getValue();
    void setValue(TElXMLDOMNode Value);

Description

    Use this property to get the value of the node, which is a child of KeyInfo element.

Discuss this help topic in SecureBlackbox Forum