Discuss this help topic in SecureBlackbox Forum

TElSAMLSPSSODescriptorElement.AttributeConsumingServices

TElSAMLSPSSODescriptorElement     See also     


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


Describes the application or service which desires the use of SAML attributes.

Declaration

[C#]
    ArrayList AttributeConsumingServices;

[VB.NET]
    Property AttributeConsumingServices As ArrayList

[Pascal]
    property AttributeConsumingServices : TElList;

[C++]
    TList* get_AttributeConsumingServices();

[PHP]
    TList get_AttributeConsumingServices()

[Java]
    ArrayList getAttributeConsumingServices();

Description

This property contains a list of TElSAMLAttributeConsumingServiceElement objects describing the service or application which wants to use SAML attributes.

See also:     TElSAMLAttributeConsumingServiceElement    

Discuss this help topic in SecureBlackbox Forum