Discuss this help topic in SecureBlackbox Forum

TElXMLKeyInfo.ID

TElXMLKeyInfo     


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


Value of the ID attribute.

Declaration

[C#]
    string ID;

[VB.NET]
    Property ID As String

[Pascal]
    property ID : WideString;

[C++]
    void get_ID(sb_u16string &OutResult);
    void get_ID(std::wstring &OutResult);
    void set_ID(const sb_u16string &Value);
    void set_ID(const std::wstring &Value);

[PHP]
    string get_ID()
    void set_ID(string $Value)

[Java]
    String getID();
    void setID(String Value);

Description

     ID contains a value of the ID attribute of KeyInfo element. Id is an optional attribute providing for the standard method of assigning a string id to the element within the document context.

Discuss this help topic in SecureBlackbox Forum