Discuss this help topic in SecureBlackbox Forum
Returns the number of IdPs in the list.
Declaration
[VB.NET]
Property IDPEntryCount As Integer
[Pascal]
property IDPEntryCount : integer;
[C++]
int32_t get_IDPEntryCount();
[PHP]
integer get_IDPEntryCount()
[Java]
int getIDPEntryCount();
Description
Use this property to check the number of trusted identity providers included into the list.
Discuss this help topic in SecureBlackbox Forum