Discuss this help topic in SecureBlackbox Forum

TElOCSPSingleResponse.IssuerKeyHash

TElOCSPSingleResponse     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


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.

See also:     HashAlgorithm     IssuerNameHash    

Discuss this help topic in SecureBlackbox Forum