Discuss this help topic in SecureBlackbox Forum

TElSAMLServiceProvider.IDPAttributeQueryServices

TElSAMLServiceProvider     See also     


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


Contains a list of the Attribute Query service endpoints

Declaration

[C#]
    TElSAMLEndpoint IDPAttributeQueryServices[int Index];

[VB.NET]
    Property IDPAttributeQueryServices(ByVal Index As Integer) As TElSAMLEndpoint

[Pascal]
    property IDPAttributeQueryServices[Index : integer] : TElSAMLEndpoint;

[C++]
    TElSAMLEndpoint* get_IDPAttributeQueryServices(int32_t Index);

[PHP]
    TElSAMLEndpoint get_IDPAttributeQueryServices(integer $Index)

[Java]
    TElSAMLEndpoint getIDPAttributeQueryServices(int Index);

Parameters

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

Description

Use this property to access the list of endpoints supporting the Attribute Query protocol.

Discuss this help topic in SecureBlackbox Forum