Discuss this help topic in SecureBlackbox Forum

TElSAMLSubjectElement.SubjectConfirmations

TElSAMLSubjectElement     See also     


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


The list of subject confirmations.

Declaration

[C#]
    TElSAMLSubjectConfirmationElement SubjectConfirmations[int Index];

[VB.NET]
    Property SubjectConfirmations(ByVal Index As Integer) As TElSAMLSubjectConfirmationElement

[Pascal]
    property SubjectConfirmations[Index : integer] : TElSAMLSubjectConfirmationElement;

[C++]
    TElSAMLSubjectConfirmationElement* get_SubjectConfirmations(int32_t Index);

[PHP]
    TElSAMLSubjectConfirmationElement get_SubjectConfirmations(integer $Index)

[Java]
    TElSAMLSubjectConfirmationElement getSubjectConfirmations(int Index);

Parameters

  • Index - the index of the desired item in the list, starting from 0 (if Sequence is false), or from 1 (if Sequence is true).

Description

Use this property to get the desired subject confirmation by its index.

See also:     Sequence     SubjectConfirmationCount     AddSubjectConfirmation     RemoveSubjectConfirmation    

Discuss this help topic in SecureBlackbox Forum