Discuss this help topic in SecureBlackbox Forum
Specifies the issuerKeyHash field of the OCSP SingleResponse.
Declaration
[C#]
byte[] IssuerKeyHash;
[VB.NET]
Property IssuerKeyHash As Byte()
[Pascal]
property IssuerKeyHash : ByteArray;
[C++]
void get_IssuerKeyHash(std::vector<uint8_t> &OutResult);
[PHP]
string get_IssuerKeyHash()
[Java]
byte[] getIssuerKeyHash();
Description
Use this property to retrieve
issuerKeyHash field value.
It contains the hash value of the issuer's public key.
Discuss this help topic in SecureBlackbox Forum