Discuss this help topic in SecureBlackbox Forum
Contains the extra header field.
Declaration
[VB.NET]
Property ExtraField As Byte()
[Pascal]
property ExtraField : ByteArray;
[C++]
void get_ExtraField(std::vector<uint8_t> &OutResult);
void set_ExtraField(const std::vector<uint8_t> &Value);
[PHP]
string get_ExtraField()
void set_ExtraField(array of byte|string|NULL $Value)
[Java]
byte[] getExtraField();
void setExtraField(byte[] Value);
Description
This property contains the extra header field.
It is only used when HasExtra is set.
Discuss this help topic in SecureBlackbox Forum