Discuss this help topic in SecureBlackbox Forum

TElSAMLEntityDescriptorElement.Descriptors

TElSAMLEntityDescriptorElement     See also     


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


Role descriptor elements.

Declaration

[C#]
    ArrayList Descriptors;

[VB.NET]
    Property Descriptors As ArrayList

[Pascal]
    property Descriptors : TElList;

[C++]
    TList* get_Descriptors();

[PHP]
    TList get_Descriptors()

[Java]
    ArrayList getDescriptors();

Description

This property describes the specific role of the entity for which the metadata is defined by this element.

See also:     AffiliationDescriptor    

Discuss this help topic in SecureBlackbox Forum