Discuss this help topic in SecureBlackbox Forum

TElSAMLIDPSSODescriptorElement.AttributeProfiles

TElSAMLIDPSSODescriptorElement     See also     


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


A list of URIs describing the attribute profiles supported by this IDP.

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 contains a list of URIs enumerating the attribute profiles supported by this identity provider.

See also:     Attributes    

Discuss this help topic in SecureBlackbox Forum