Discuss this help topic in SecureBlackbox Forum

TElSAMLServiceProvider.IDPNameIDFormats

TElSAMLServiceProvider     See also     


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


The list of IdP's name identifier formats.

Declaration

[C#]
    TElStringList IDPNameIDFormats;

[VB.NET]
    Property IDPNameIDFormats As TElStringList

[Pascal]
    property IDPNameIDFormats : TElStringList;

[C++]
    TElStringList* get_IDPNameIDFormats();

[PHP]
    TElStringList get_IDPNameIDFormats()

[Java]
    TElStringList getIDPNameIDFormats();

Description

This property contains a list of name identifier formats supported by the IdP.

See also:     IDPPreferredNameIDFormat    

Discuss this help topic in SecureBlackbox Forum