Discuss this help topic in SecureBlackbox Forum
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