Discuss this help topic in SecureBlackbox Forum

TElSAMLEntitiesDescriptorElement.Entities

TElSAMLEntitiesDescriptorElement     See also     


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


Contains the metadata.

Declaration

[C#]
    ArrayList Entities;

[VB.NET]
    Property Entities As ArrayList

[Pascal]
    property Entities : TElList;

[C++]
    TList* get_Entities();

[PHP]
    TList get_Entities()

[Java]
    ArrayList getEntities();

Description

This property contains the actual metadata for the group of SAML entities.

See also:     Extensions    

Discuss this help topic in SecureBlackbox Forum