Discuss this help topic in SecureBlackbox Forum
The SourceID of the artifact.
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
This property contains the (20-byte) SHA-1 hash value of the artifact's identification URI.
Discuss this help topic in SecureBlackbox Forum