Discuss this help topic in SecureBlackbox Forum

TElSAMLEntityDescriptorElement.Extensions

TElSAMLEntityDescriptorElement     


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


Contains optional metadata extensions.

Declaration

[C#]
    ArrayList Extensions;

[VB.NET]
    Property Extensions As ArrayList

[Pascal]
    property Extensions : TElList;

[C++]
    TList* get_Extensions();

[PHP]
    TList get_Extensions()

[Java]
    ArrayList getExtensions();

Description

This property contains the list of optional metadata extensions. They should be agreed upon between a metadata publisher and a consumer.

Discuss this help topic in SecureBlackbox Forum