Discuss this help topic in SecureBlackbox Forum

TElSAMLIdentityProvider.IdPSSOLinks

TElSAMLIdentityProvider     See also     


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


Contains a list of URLs used for Single Sign-On (SSO)..

Declaration

[C#]
    TElSAMLIdPSSOLink IdPSSOLinks[int Index];

[VB.NET]
    Property IdPSSOLinks(ByVal Index As Integer) As TElSAMLIdPSSOLink

[Pascal]
    property IdPSSOLinks[Index : integer] : TElSAMLIdPSSOLink;

[C++]
    TElSAMLIdPSSOLink* get_IdPSSOLinks(int32_t Index);

[PHP]
    TElSAMLIdPSSOLink get_IdPSSOLinks(integer $Index)

[Java]
    TElSAMLIdPSSOLink getIdPSSOLinks(int Index);

Parameters

  • Index - the index of the desired item in the list, starting from zero.

Description

    Use this property to access the URLs used for IdP-initiated Single Sign-On (SSO).

See also:     AllowIdPSSO     IdPSSOPage     IdPSSOLinkCount     RemoveIdPSSOLinks    

Discuss this help topic in SecureBlackbox Forum