Discuss this help topic in SecureBlackbox Forum

TElSAMLAuthnRequestElement.AttributeConsumingServiceIndex

TElSAMLAuthnRequestElement     


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


Indicates the attributes which should be included into the response message.

Declaration

[C#]
    int AttributeConsumingServiceIndex;

[VB.NET]
    Property AttributeConsumingServiceIndex As Integer

[Pascal]
    property AttributeConsumingServiceIndex : integer;

[C++]
    int32_t get_AttributeConsumingServiceIndex();
    void set_AttributeConsumingServiceIndex(int32_t Value);

[PHP]
    integer get_AttributeConsumingServiceIndex()
    void set_AttributeConsumingServiceIndex(integer $Value)

[Java]
    int getAttributeConsumingServiceIndex();
    void setAttributeConsumingServiceIndex(int Value);

Description

This property indirectly identifies which attributes the requester desires to be included into the response message. The identity provider maps the index to the exact set of attributes.

Discuss this help topic in SecureBlackbox Forum