Discuss this help topic in SecureBlackbox Forum

TElSAMLServiceProviderInfo.RemoveSingleLogoutService

TElSAMLServiceProviderInfo     See also     


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


Removes the specified endpoint from th elist.

Declaration

[C#]
    void RemoveSingleLogoutService(int Index);

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

[Pascal]
    procedure RemoveSingleLogoutService(Index : integer);

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

[PHP]
    void RemoveSingleLogoutService(integer $Index)

[Java]
    void removeSingleLogoutService(int Index);

Parameters

  • Index - the index of the endpoint to be removed.

Description

Use this method to remove the specified Single Logout Service endpoint from the list.

See also:     SingleLogoutServices     AddSingleLogoutService    

Discuss this help topic in SecureBlackbox Forum