Discuss this help topic in SecureBlackbox Forum
Identifies the IdP.
Declaration
[VB.NET]
Property IDPSourceID As Byte()
[Pascal]
property IDPSourceID : ByteArray;
[C++]
void get_IDPSourceID(std::vector<uint8_t> &OutResult);
void set_IDPSourceID(const std::vector<uint8_t> &Value);
[PHP]
string get_IDPSourceID()
void set_IDPSourceID(array of byte|string|NULL $Value)
[Java]
byte[] getIDPSourceID();
void setIDPSourceID(byte[] Value);
Description
Use this property to specify the SourceID (hash value of the identification URL) of the Identity Provider.
Discuss this help topic in SecureBlackbox Forum