Discuss this help topic in SecureBlackbox Forum

TElSAMLServiceProvider.RemoveIDPSingleSignOnService

TElSAMLServiceProvider     See also     


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


Removes the specified endpoint from the list.

Declaration

[C#]
    void RemoveIDPSingleSignOnService(int Index);

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

[Pascal]
    procedure RemoveIDPSingleSignOnService(Index : integer);

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

[PHP]
    void RemoveIDPSingleSignOnService(integer $Index)

[Java]
    void removeIDPSingleSignOnService(int Index);

Parameters

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

Description

Use this method to remove the specified SSO endpoint from the list.

See also:     IDPSingleSignOnServices     AddIDPSingleSignOnService    

Discuss this help topic in SecureBlackbox Forum