Discuss this help topic in SecureBlackbox Forum
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.
Discuss this help topic in SecureBlackbox Forum