Discuss this help topic in SecureBlackbox Forum

TElSAMLServiceProvider.IDPSingleSignOnServiceCount

TElSAMLServiceProvider     See also     


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


Returns the number of endpoints in the list.

Declaration

[C#]
    int IDPSingleSignOnServiceCount;

[VB.NET]
    Property IDPSingleSignOnServiceCount As Integer

[Pascal]
    property IDPSingleSignOnServiceCount : integer;

[C++]
    int32_t get_IDPSingleSignOnServiceCount();

[PHP]
    integer get_IDPSingleSignOnServiceCount()

[Java]
    int getIDPSingleSignOnServiceCount();

Description

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

Discuss this help topic in SecureBlackbox Forum