Discuss this help topic in SecureBlackbox Forum

TElSAMLServiceProvider.IDPSingleSignOnServices

TElSAMLServiceProvider     See also     


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


A list of Single Sign-On (SSO) service endpoints.

Declaration

[C#]
    TElSAMLEndpoint IDPSingleSignOnServices[int Index];

[VB.NET]
    Property IDPSingleSignOnServices(ByVal Index As Integer) As TElSAMLEndpoint

[Pascal]
    property IDPSingleSignOnServices[Index : integer] : TElSAMLEndpoint;

[C++]
    TElSAMLEndpoint* get_IDPSingleSignOnServices(int32_t Index);

[PHP]
    TElSAMLEndpoint get_IDPSingleSignOnServices(integer $Index)

[Java]
    TElSAMLEndpoint getIDPSingleSignOnServices(int Index);

Parameters

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

Description

Use this property to manage a list of Single Sign-On (SSO) service endpoints.

Discuss this help topic in SecureBlackbox Forum