Discuss this help topic in SecureBlackbox Forum

TElSAMLIdentityProvider.RemoveServiceProvider

TElSAMLIdentityProvider     See also     


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


Removes the specified item from the list of trusted Service Providers.

Declaration

[C#]
    void RemoveServiceProvider(int Index);

[VB.NET]
    Sub RemoveServiceProvider(ByVal Index As Integer)

[Pascal]
    procedure RemoveServiceProvider(Index : integer);

[C++]
    void RemoveServiceProvider(int32_t Index);

[PHP]
    void RemoveServiceProvider(integer $Index)

[Java]
    void removeServiceProvider(int Index);

Parameters

  • Index - the index of the item to be removed, starting from 0.

Description

    Use this method to remove the specified SP from the list.

See also:     ServiceProviders     AddServiceProvider    

Discuss this help topic in SecureBlackbox Forum