Discuss this help topic in SecureBlackbox Forum
Specifies the IdP's unique identifier.
Declaration
[VB.NET]
Property IDPEntityID As String
[Pascal]
property IDPEntityID : string;
[C++]
void get_IDPEntityID(std::string &OutResult);
void set_IDPEntityID(const std::string &Value);
[PHP]
string get_IDPEntityID()
void set_IDPEntityID(string $Value)
[Java]
String getIDPEntityID();
void setIDPEntityID(String Value);
Description
This property specifies the unique identifier of the IdP.
Discuss this help topic in SecureBlackbox Forum