Discuss this help topic in SecureBlackbox Forum

TElSAMLAttributeAuthorityDescriptorElement.AttributeServices

TElSAMLAttributeAuthorityDescriptorElement     


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


A list of endpoints which support the profile of the Attribute Query protocol.

Declaration

[C#]
    ArrayList AttributeServices;

[VB.NET]
    Property AttributeServices As ArrayList

[Pascal]
    property AttributeServices : TElList;

[C++]
    TList* get_AttributeServices();

[PHP]
    TList get_AttributeServices()

[Java]
    ArrayList getAttributeServices();

Description

This property contains a list of TElSAMLAttributeServiceElement objects describing the endpoints which support the Attribute Query protocol.

Discuss this help topic in SecureBlackbox Forum