Discuss this help topic in SecureBlackbox Forum

TElOCSPSingleResponse.IssuerNameHash

TElOCSPSingleResponse     See also     


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


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.

See also:     HashAlgorithm     IssuerKeyHash    

Discuss this help topic in SecureBlackbox Forum