Discuss this help topic in SecureBlackbox Forum

TElSAMLAssertionIDRequestElement.References

TElSAMLAssertionIDRequestElement     See also     


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


Returns the desired AssertionIDRef by its index in the list.

Declaration

[C#]
    TElSAMLAssertionIDRefElement References[int Index];

[VB.NET]
    Property References(ByVal Index As Integer) As TElSAMLAssertionIDRefElement

[Pascal]
    property References[Index : integer] : TElSAMLAssertionIDRefElement;

[C++]
    TElSAMLAssertionIDRefElement* get_References(int32_t Index);

[PHP]
    TElSAMLAssertionIDRefElement get_References(integer $Index)

[Java]
    TElSAMLAssertionIDRefElement getReferences(int Index);

Parameters

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

Description

Use this property to get the assertion identifier by its index.

See also:     ReferenceCount     AddReference     RemoveReference    

Discuss this help topic in SecureBlackbox Forum