Discuss this help topic in SecureBlackbox Forum
Specifies the certificate's issuer.
Declaration
[VB.NET]
Property Issuer As Byte()
[Pascal]
property Issuer: ByteArray;
[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)
Parameters
Description
Use this property to specify or retrieve the name of the certificate's issuer.
The name is specified as data in DER-encoding.
Discuss this help topic in SecureBlackbox Forum