Discuss this help topic in SecureBlackbox Forum

TElSAMLIdentityProvider.ServiceProviders

TElSAMLIdentityProvider     See also     


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


Provides access to the list of known Service Providers.

Declaration

[C#]
    TElSAMLServiceProviderInfo ServiceProviders[int Index];

[VB.NET]
    Property ServiceProviders(ByVal Index As Integer) As TElSAMLServiceProviderInfo

[Pascal]
    property ServiceProviders[Index : integer] : TElSAMLServiceProviderInfo;

[C++]
    TElSAMLServiceProviderInfo* get_ServiceProviders(int32_t Index);

[PHP]
    TElSAMLServiceProviderInfo get_ServiceProviders(integer $Index)

[Java]
    TElSAMLServiceProviderInfo getServiceProviders(int Index);

Parameters

  • Index - the index of the desired item in the list starting from 0.

Description

    Use this property to get the specified trusted Service Provider (SP) by its index.

See also:     ServiceProviderCount     AddServiceProvider     RemoveServiceProvider    

Discuss this help topic in SecureBlackbox Forum