Discuss this help topic in SecureBlackbox Forum

TElSAMLServiceProviderInfo.ChooseNameIDFormat

TElSAMLServiceProviderInfo     See also     


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


Returns the chosen NameID format.

Declaration

[C#]
    string ChooseNameIDFormat();

[VB.NET]
    Function ChooseNameIDFormat() As String

[Pascal]
    function ChooseNameIDFormat : string;

[C++]
    void ChooseNameIDFormat(std::string &OutResult);

[PHP]
    string ChooseNameIDFormat()

[Java]
    String chooseNameIDFormat();

Description

Call this method to check which NameID format from the IDPNameIDFormats list is used by the SP.

See also:     IDPNameIDFormats    

Discuss this help topic in SecureBlackbox Forum