Discuss this help topic in SecureBlackbox Forum

TElSAMLSubjectConfirmationDataElement.RemoveArbitraryElement

TElSAMLSubjectConfirmationDataElement     See also     


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


Removes the specified element from the list.

Declaration

[C#]
    void RemoveArbitraryElement(int Index);

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

[Pascal]
    procedure RemoveArbitraryElement(Index : integer);

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

[PHP]
    void RemoveArbitraryElement(integer $Index)

[Java]
    void removeArbitraryElement(int Index);

Parameters

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

Description

Use this method to remove the specified arbitrary element from the list.

See also:     ArbitraryElements     AddArbitraryElement     RemoveArbitraryElement    

Discuss this help topic in SecureBlackbox Forum