Discuss this help topic in SecureBlackbox Forum

TElSAMLIdentityProvider.IdPSSOLinkCount

TElSAMLIdentityProvider     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


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).

See also:     AllowIdPSSO     IdPSSOLinks    

Discuss this help topic in SecureBlackbox Forum