Discuss this help topic in SecureBlackbox Forum
The identifier of the AuthnRequest.
Declaration
[C#]
string AuthnRequestID;
[VB.NET]
Property AuthnRequestID As String
[Pascal]
property AuthnRequestID : string;
[C++]
void get_AuthnRequestID(std::string &OutResult);
void set_AuthnRequestID(const std::string &Value);
[PHP]
string get_AuthnRequestID()
void set_AuthnRequestID(string $Value)
[Java]
String getAuthnRequestID();
void setAuthnRequestID(String Value);
Description
This property specifies the identifier of AuthnRequest of this session.
Discuss this help topic in SecureBlackbox Forum