Discuss this help topic in SecureBlackbox Forum
The unique identifier of this session.
Declaration
[VB.NET]
Property SAMLSession As String
[Pascal]
property SAMLSession : string;
[C++]
void get_SAMLSession(std::string &OutResult);
void set_SAMLSession(const std::string &Value);
[PHP]
string get_SAMLSession()
void set_SAMLSession(string $Value)
[Java]
String getSAMLSession();
void setSAMLSession(String Value);
Description
This property specifies the unique identifier of this session.
Discuss this help topic in SecureBlackbox Forum