Discuss this help topic in SecureBlackbox Forum

TElSAMLServiceProvider.IDPPreferredNameIDFormat

TElSAMLServiceProvider     See also     


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


Specifies the preferred name ID format of the IdP.

Declaration

[C#]
    string IDPPreferredNameIDFormat;

[VB.NET]
    Property IDPPreferredNameIDFormat As String

[Pascal]
    property IDPPreferredNameIDFormat : string;

[C++]
    void get_IDPPreferredNameIDFormat(std::string &OutResult);
    void set_IDPPreferredNameIDFormat(const std::string &Value);

[PHP]
    string get_IDPPreferredNameIDFormat()
    void set_IDPPreferredNameIDFormat(string $Value)

[Java]
    String getIDPPreferredNameIDFormat();
    void setIDPPreferredNameIDFormat(String Value);

Description

Use this property to specify or check the IdP's preferred name identifier format. The default value is 'urn:oasis:names:tc:SAML:2.0:nameid-format:transient'.

See also:     IDPNameIDFormats     IDPNameIDFormatIndex    

Discuss this help topic in SecureBlackbox Forum