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