Discuss this help topic in SecureBlackbox Forum

TElSAMLAssertionIDRequestElement.RemoveReference

TElSAMLAssertionIDRequestElement     See also     


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


Removes the specified AssertionIDRef element from the list.

Declaration

[C#]
    void RemoveReference(int Index);

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

[Pascal]
    procedure RemoveReference(Index : integer);

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

[PHP]
    void RemoveReference(integer $Index)

[Java]
    void removeReference(int Index);

Parameters

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

Description

Use this method to remove the undesired elements from the list.

See also:     References     AddReference    

Discuss this help topic in SecureBlackbox Forum