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