Discuss this help topic in SecureBlackbox Forum
Identifies the message encoded by this artifact.
Declaration
[C#]
byte[] MessageHandle;
[VB.NET]
Property MessageHandle As Byte()
[Pascal]
property MessageHandle : ByteArray;
[C++]
void get_MessageHandle(std::vector<uint8_t> &OutResult);
void set_MessageHandle(const std::vector<uint8_t> &Value);
[PHP]
string get_MessageHandle()
void set_MessageHandle(array of byte|string|NULL $Value)
[Java]
byte[] getMessageHandle();
void setMessageHandle(byte[] Value);
Description
Message handle is represented by a cryptographically strong random number at least 16 bytes long, padded to be exactly 20 bytes long.
Discuss this help topic in SecureBlackbox Forum