Discuss this help topic in SecureBlackbox Forum

TElSAMLSubjectConfirmationDataElement.AddArbitraryAttribute

TElSAMLSubjectConfirmationDataElement     See also     


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


Adds a new attribute to the list.

Declaration

[C#]
    int AddArbitraryAttribute(TElXMLDOMAttr Attr);

[VB.NET]
    Function AddArbitraryAttribute(ByVal Attr As TElXMLDOMAttr) As Integer

[Pascal]
    function AddArbitraryAttribute(Attr : TElXMLDOMAttr) : integer;

[C++]
    int32_t AddArbitraryAttribute(TElXMLDOMAttr &Attr);
    int32_t AddArbitraryAttribute(TElXMLDOMAttr *Attr);

[PHP]
    integer AddArbitraryAttribute(TElXMLDOMAttr $Attr)

[Java]
    int addArbitraryAttribute(TElXMLDOMAttr Attr);

Parameters

  • Attr - the attribute to be added to the list.

Return value

Returns the index of the newly added item in the list.

Description

Use this method to add a new attribute to the list.

See also:     ArbitraryAttributes     AddArbitraryAttribute     RemoveArbitraryAttribute    

Discuss this help topic in SecureBlackbox Forum