Discuss this help topic in SecureBlackbox Forum
Specifies if this is a Single Sign-On (SSO) session.
Declaration
[VB.NET]
Property IdPSSO As Boolean
[Pascal]
property IdPSSO : boolean;
[C++]
bool get_IdPSSO();
void set_IdPSSO(bool Value);
[PHP]
bool get_IdPSSO()
void set_IdPSSO(bool $Value)
[Java]
boolean getIdPSSO();
void setIdPSSO(boolean Value);
Description
This property specifies whether this is a single sign-on session.
The default value is false.
Discuss this help topic in SecureBlackbox Forum