Discuss this help topic in SecureBlackbox Forum

TElSAMLServiceProvider.IDPSingleLogoutServices

TElSAMLServiceProvider     See also     


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


A list of Single Logout Service (SLS) endpoints.

Declaration

[C#]
    TElSAMLEndpoint IDPSingleLogoutServices[int Index];

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

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

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

[PHP]
    TElSAMLEndpoint get_IDPSingleLogoutServices(integer $Index)

[Java]
    TElSAMLEndpoint getIDPSingleLogoutServices(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 Logout Service (SLS) endpoints.

Discuss this help topic in SecureBlackbox Forum