Discuss this help topic in SecureBlackbox Forum

TElSAMLIdentityProvider.ServiceProviderCount

TElSAMLIdentityProvider     See also     


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


Returns the number of trusted service providers.

Declaration

[C#]
    int ServiceProviderCount;

[VB.NET]
    Property ServiceProviderCount As Integer

[Pascal]
    property ServiceProviderCount : integer;

[C++]
    int32_t get_ServiceProviderCount();

[PHP]
    integer get_ServiceProviderCount()

[Java]
    int getServiceProviderCount();

Description

    Use this property to check the number of trusted service providers added to the list.

See also:     ServiceProviders     AddServiceProvider     RemoveServiceProvider    

Discuss this help topic in SecureBlackbox Forum