Discuss this help topic in SecureBlackbox Forum
The ID of the SAML message in response to which the assertion is issued.
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 specifies the ID of the SAML message in response to which the assertion is issued.
Discuss this help topic in SecureBlackbox Forum