Discuss this help topic in SecureBlackbox Forum

TElSAMLIDPListElement.IDPEntries

TElSAMLIDPListElement     See also     


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


The list of trusted identity providers.

Declaration

[C#]
    TElSAMLIDPEntryElement IDPEntries[int Index];

[VB.NET]
    Property IDPEntries(ByVal Index As Integer) As TElSAMLIDPEntryElement

[Pascal]
    property IDPEntries[Index : integer] : TElSAMLIDPEntryElement;

[C++]
    TElSAMLIDPEntryElement* get_IDPEntries(int32_t Index);

[PHP]
    TElSAMLIDPEntryElement get_IDPEntries(integer $Index)

[Java]
    TElSAMLIDPEntryElement getIDPEntries(int Index);

Parameters

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

Description

Use this property to access the trusted IdPs.

See also:     IDPEntryCount     AddIDPEntry     RemoveIDPEntry    

Discuss this help topic in SecureBlackbox Forum