Discuss this help topic in SecureBlackbox Forum
Returns the number of URLs in the list.
Declaration
[C#]
int IdPSSOLinkCount;
[VB.NET]
Property IdPSSOLinkCount As Integer
[Pascal]
property IdPSSOLinkCount : integer;
[C++]
int32_t get_IdPSSOLinkCount();
[PHP]
integer get_IdPSSOLinkCount()
[Java]
int getIdPSSOLinkCount();
Description
Use this property to get the number of URLs used in the IdP-initiated Single Sign-On (SSO).
Discuss this help topic in SecureBlackbox Forum