Discuss this help topic in SecureBlackbox Forum
Attribute certificate's issuer.
Declaration
[VB.NET]
Property ACIssuer As Byte()
[Pascal]
property ACIssuer: ByteArray;
[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)
Parameters
Description
Use this property to get or set the attribute certificate's issuer field.
The value is specified as DER-encoded data.
Discuss this help topic in SecureBlackbox Forum