Discuss this help topic in SecureBlackbox Forum

TElSAMLIDPSSODescriptorElement.Attributes

TElSAMLIDPSSODescriptorElement     See also     


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


SAML attributes supported by this IDP.

Declaration

[C#]
    ArrayList Attributes;

[VB.NET]
    Property Attributes As ArrayList

[Pascal]
    property Attributes : TElList;

[C++]
    TList* get_Attributes();

[PHP]
    TList get_Attributes()

[Java]
    ArrayList getAttributes();

Description

This property contains a list of attributes supported by this identity provider (when delivering assertions during Single Sign-On).

See also:     AttributeProfiles    

Discuss this help topic in SecureBlackbox Forum