Discuss this help topic in SecureBlackbox Forum
Specifies the KeyHash value.
Declaration
[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)
Parameters
Description
Use this property to get or set the KeyHash referencing the signing certificate.
Discuss this help topic in SecureBlackbox Forum