Discuss this help topic in SecureBlackbox Forum
Identifies the artifact issuer.
Declaration
[VB.NET]
Property SourceID As Byte()
[Pascal]
property SourceID : ByteArray;
[C++]
void get_SourceID(std::vector<uint8_t> &OutResult);
void set_SourceID(const std::vector<uint8_t> &Value);
[PHP]
string get_SourceID()
void set_SourceID(array of byte|string|NULL $Value)
[Java]
byte[] getSourceID();
void setSourceID(byte[] Value);
Description
The SourceID component contains the hash value of the artifact's issuer identification URL.
Discuss this help topic in SecureBlackbox Forum