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