Discuss this help topic in SecureBlackbox Forum

TElSAMLEntityDescriptorElement.ID

TElSAMLEntityDescriptorElement     See also     


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


A document-unique identifier of this element, used for signing.

Declaration

[C#]
    string ID;

[VB.NET]
    Property ID As String

[Pascal]
    property ID : string;

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

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

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

Description

Use this property to specify a document-unique ID of this element which is typically used for signing.

See also:     EntityID    

Discuss this help topic in SecureBlackbox Forum