Discuss this help topic in SecureBlackbox Forum
Contains custom signed data.
Declaration
[VB.NET]
Property CustomData As Byte()
[Pascal]
property CustomData : ByteArray;
[C++]
void get_CustomData(std::vector<uint8_t> &OutResult);
void set_CustomData(const std::vector<uint8_t> &Value);
[PHP]
string get_CustomData()
void set_CustomData(array of byte|string|NULL $Value)
[Java]
byte[] getCustomData();
void setCustomData(byte[] Value);
Description
This property allows user to add some custom data to the signature.
Use CustomDataEncoding property to specify the data encoding.
Discuss this help topic in SecureBlackbox Forum