Discuss this help topic in SecureBlackbox Forum

TElSAMLSubjectConfirmationDataElement.ArbitraryAttributes

TElSAMLSubjectConfirmationDataElement     See also     


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


A list of arbitrary namespace-qualified XML attributes.

Declaration

[C#]
    TElXMLDOMAttr ArbitraryAttributes[int Index];

[VB.NET]
    Property ArbitraryAttributes(ByVal Index As Integer) As TElXMLDOMAttr

[Pascal]
    property ArbitraryAttributes[Index : integer] : TElXMLDOMAttr;

[C++]
    TElXMLDOMAttr* get_ArbitraryAttributes(int32_t Index);

[PHP]
    TElXMLDOMAttr get_ArbitraryAttributes(integer $Index)

[Java]
    TElXMLDOMAttr getArbitraryAttributes(int Index);

Parameters

  • Index - the index of the desired item in the list, starting from 0.

Description

Use this property to access the list of arbitrary attributes which allows to add additional fields with confirmation-related information.

See also:     ArbitraryAttributeCount     AddArbitraryAttribute     RemoveArbitraryAttribute    

Discuss this help topic in SecureBlackbox Forum