Discuss this help topic in SecureBlackbox Forum

TElOCSPResponderID.SHA1KeyHash

TElOCSPResponderID     


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


Specifies the KeyHash value.

Declaration

[C#]
    byte[] SHA1KeyHash;

[VB.NET]
    Property SHA1KeyHash As Byte()

[Pascal]
    property SHA1KeyHash : ByteArray;

[C++]
    void get_SHA1KeyHash(std::vector<uint8_t> &OutResult);
    void set_SHA1KeyHash(const std::vector<uint8_t> &Value);

[PHP]
    string get_SHA1KeyHash()
    void set_SHA1KeyHash(array of byte|string|NULL $Value)

[Java]
    byte[] getSHA1KeyHash();
    void setSHA1KeyHash(byte[] V);

Parameters

  • V -

Description

    Use this property to get or set the KeyHash referencing the signing certificate.

Discuss this help topic in SecureBlackbox Forum