Discuss this help topic in SecureBlackbox Forum

TElSAMLServiceProvider.IDPSingleLogoutServiceCount

TElSAMLServiceProvider     See also     


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


Returns the number of endpoints in the list.

Declaration

[C#]
    int IDPSingleLogoutServiceCount;

[VB.NET]
    Property IDPSingleLogoutServiceCount As Integer

[Pascal]
    property IDPSingleLogoutServiceCount : integer;

[C++]
    int32_t get_IDPSingleLogoutServiceCount();

[PHP]
    integer get_IDPSingleLogoutServiceCount()

[Java]
    int getIDPSingleLogoutServiceCount();

Description

Use this property to check the number of SLS endpoints in the list.

Discuss this help topic in SecureBlackbox Forum