Discuss this help topic in SecureBlackbox Forum

TElSAMLStatusResponseType.InResponseTo

TElSAMLStatusResponseType     


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


References the identifier of the request which the response corresponds to.

Declaration

[C#]
    string InResponseTo;

[VB.NET]
    Property InResponseTo As String

[Pascal]
    property InResponseTo : string;

[C++]
    void get_InResponseTo(std::string &OutResult);
    void set_InResponseTo(const std::string &Value);

[PHP]
    string get_InResponseTo()
    void set_InResponseTo(string $Value)

[Java]
    String getInResponseTo();
    void setInResponseTo(String Value);

Description

This property contains a reference to the unique identifier of the request, to which this response answers.

Discuss this help topic in SecureBlackbox Forum