Discuss this help topic in SecureBlackbox Forum
Specifies where the complete list of trusted IdPs could be found.
Declaration
[VB.NET]
Property GetComplete As String
[Pascal]
property GetComplete : TSBAnyURI;
[C++]
void get_GetComplete(std::string &OutResult);
void set_GetComplete(const std::string &Value);
[PHP]
string get_GetComplete()
void set_GetComplete(string $Value)
[Java]
String getGetComplete();
void setGetComplete(String Value);
Description
This property specifies the URI location of the complete list of all trusted IdPs, in case IDPEntries is incomplete.
Discuss this help topic in SecureBlackbox Forum