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