Discuss this help topic in SecureBlackbox Forum

TElSAMLAdviceElement.Assertions

TElSAMLAdviceElement     See also     


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


Returns assertions of this Advice element.

Declaration

[C#]
    TElSAMLAssertionType Assertions[int Index];

[VB.NET]
    Property Assertions(ByVal Index As Integer) As TElSAMLAssertionType

[Pascal]
    property Assertions[Index : integer] : TElSAMLAssertionType;

[C++]
    TElSAMLAssertionType* get_Assertions(int32_t Index);

[PHP]
    TElSAMLAssertionType get_Assertions(integer $Index)

[Java]
    TElSAMLAssertionType getAssertions(int Index);

Parameters

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

Description

    Use this property to get assertions of this Advice element.

See also:     AssertionCount     AddAssertion     RemoveAssertion    

Discuss this help topic in SecureBlackbox Forum