Discuss this help topic in SecureBlackbox Forum

TElSAMLAttributeAuthorityDescriptorElement.AttributeProfiles

TElSAMLAttributeAuthorityDescriptorElement     See also     


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


URIs of the supported attribute profiles.

Declaration

[C#]
    TElStringList AttributeProfiles;

[VB.NET]
    Property AttributeProfiles As TElStringList

[Pascal]
    property AttributeProfiles : TElStringList;

[C++]
    TElStringList* get_AttributeProfiles();

[PHP]
    TElStringList get_AttributeProfiles()

[Java]
    TElStringList getAttributeProfiles();

Description

This property specifies a list of URIs of the attribute profiles supported by this authority.

See also:     Attributes    

Discuss this help topic in SecureBlackbox Forum