Discuss this help topic in SecureBlackbox Forum

TElSAMLSubjectConfirmationDataElement.ArbitraryElements

TElSAMLSubjectConfirmationDataElement     See also     


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


The list of additional arbitrary elements.

Declaration

[C#]
    TElXMLCustomElement ArbitraryElements[int Index];

[VB.NET]
    Property ArbitraryElements(ByVal Index As Integer) As TElXMLCustomElement

[Pascal]
    property ArbitraryElements[Index : integer] : TElXMLCustomElement;

[C++]
    TElXMLCustomElement* get_ArbitraryElements(int32_t Index);

[PHP]
    TElXMLCustomElement get_ArbitraryElements(integer $Index)

[Java]
    TElXMLCustomElement getArbitraryElements(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 elements containing additional confirmation-related information.

See also:     ArbitraryElementCount     AddArbitraryElement     RemoveArbitraryElement    

Discuss this help topic in SecureBlackbox Forum