Discuss this help topic in SecureBlackbox Forum
Declaration
[VB.NET]
Property AddAuthData As Byte()
[Pascal]
under development
[C++]
void get_AddAuthData(std::vector<uint8_t> &OutResult);
void set_AddAuthData(const std::vector<uint8_t> &Value);
[PHP]
string get_AddAuthData()
void set_AddAuthData(array of byte|string|NULL $Value)
[Java]
byte[] getAddAuthData();
void setAddAuthData(byte[] Value);
Description
This topic is under development.
Discuss this help topic in SecureBlackbox Forum