Discuss this help topic in SecureBlackbox Forum
The unique identifier of the IdP.
Declaration
[VB.NET]
Property ProviderID As String
[Pascal]
property ProviderID : TSBAnyURI;
[C++]
void get_ProviderID(std::string &OutResult);
void set_ProviderID(const std::string &Value);
[PHP]
string get_ProviderID()
void set_ProviderID(string $Value)
[Java]
String getProviderID();
void setProviderID(String Value);
Description
This property specifies the unique identifier of the IdP.
Discuss this help topic in SecureBlackbox Forum