Discuss this help topic in SecureBlackbox Forum

TElSAMLPDPDescriptorElement.NameIDFormats

TElSAMLPDPDescriptorElement     


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


Specifies the name identifier formats supported by this authority.

Declaration

[C#]
    TElStringList NameIDFormats;

[VB.NET]
    Property NameIDFormats As TElStringList

[Pascal]
    property NameIDFormats : TElStringList;

[C++]
    TElStringList* get_NameIDFormats();

[PHP]
    TElStringList get_NameIDFormats()

[Java]
    TElStringList getNameIDFormats();

Description

This property contains a list of URIs representing the name identifier formats supported by this authority.

Discuss this help topic in SecureBlackbox Forum