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