Discuss this help topic in SecureBlackbox Forum

TElXMLObjectIdentifier.Identifier

TElXMLObjectIdentifier     See also     


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


Contains a permanent object identifier.

Declaration

[C#]
    string Identifier;

[VB.NET]
    Property Identifier As String

[Pascal]
    property Identifier: WideString;

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

[PHP]
    string get_Identifier()
    void set_Identifier(string $Value)

[Java]
    String getIdentifier();
    void setIdentifier(String Value);

Description

    The Identifier element contains a permanent identifier. Once assigned the identifier can never be re-assigned again. It supports both the mechanism that is used to identify objects in ASN.1 and the mechanism that is usually used to identify objects in an XML environment. The first mechanism is described in RFC3061. For the description of the second, see RFC2396.

See also:     Description    

Discuss this help topic in SecureBlackbox Forum