Discuss this help topic in SecureBlackbox Forum

TElSAMLSubjectConfirmationDataElement.RemoveArbitraryAttribute

TElSAMLSubjectConfirmationDataElement     See also     


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


Removes the specified attribute from the list.

Declaration

[C#]
    void RemoveArbitraryAttribute(int Index);

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

[Pascal]
    procedure RemoveArbitraryAttribute(Index : integer);

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

[PHP]
    void RemoveArbitraryAttribute(integer $Index)

[Java]
    void removeArbitraryAttribute(int Index);

Parameters

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

Description

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

See also:     ArbitraryAttributes     AddArbitraryAttribute     RemoveArbitraryAttribute    

Discuss this help topic in SecureBlackbox Forum