Discuss this help topic in SecureBlackbox Forum

TElSAMLEvidenceElement.Assertions

TElSAMLEvidenceElement     See also     


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


Contains the list of assertions of this evidence.

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 item in the list, starting from 0.

Description

Use this property to get the desired assertion from the list.

See also:     AssertionCount     AddAssertion     RemoveAssertion    

Discuss this help topic in SecureBlackbox Forum