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