Discuss this help topic in SecureBlackbox Forum

TElSAMLRequestAbstractType.ID

TElSAMLRequestAbstractType     


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


A unique identifier of this request.

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

This property specifies the unique identifier of this request. The value of the ID attribute in the corresponding InResponseTo element must match this identifier.

Discuss this help topic in SecureBlackbox Forum