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