Discuss this help topic in SecureBlackbox Forum
Contains issuer key identifier.
Declaration
[C#]
byte[] AuthorityKeyIdentifier;
[VB.NET]
Property AuthorityKeyIdentifier As Byte()
[Pascal]
property AuthorityKeyIdentifier : string;
[C++]
void get_AuthorityKeyIdentifier(std::vector<uint8_t> &OutResult);
void set_AuthorityKeyIdentifier(const std::vector<uint8_t> &Value);
[PHP]
string get_AuthorityKeyIdentifier()
void set_AuthorityKeyIdentifier(array of byte|string|NULL $Value)
Parameters
Description
Use this property to determine
issuer key identifier for the certificate.
Discuss this help topic in SecureBlackbox Forum