Discuss this help topic in SecureBlackbox Forum

TElSAMLIDPListElement.RemoveIDPEntry

TElSAMLIDPListElement     See also     


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


Removes teh specified item from the list.

Declaration

[C#]
    void RemoveIDPEntry(int Index);

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

[Pascal]
    procedure RemoveIDPEntry(Index : integer);

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

[PHP]
    void RemoveIDPEntry(integer $Index)

[Java]
    void removeIDPEntry(int Index);

Parameters

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

Description

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

See also:     IDPEntries     AddIDPEntry    

Discuss this help topic in SecureBlackbox Forum