Discuss this help topic in SecureBlackbox Forum

TElSAMLServiceProviderInfo.SingleLogoutServices

TElSAMLServiceProviderInfo     See also     


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


A list of endpoints which support the Single Logout profiles.

Declaration

[C#]
    TElSAMLEndpoint SingleLogoutServices[int Index];

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

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

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

[PHP]
    TElSAMLEndpoint get_SingleLogoutServices(integer $Index)

[Java]
    TElSAMLEndpoint getSingleLogoutServices(int Index);

Parameters

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

Description

This property contains a list of endpoints which support the Single Logout profiles.

Discuss this help topic in SecureBlackbox Forum