Discuss this help topic in SecureBlackbox Forum
Specifies a digest value to search by.
Declaration
[C#]
byte[] PublicKeyHash;
[VB.NET]
Property PublicKeyHash As Byte()
[Pascal]
property PublicKeyHash : ByteArray;
[C++]
void get_PublicKeyHash(std::vector<uint8_t> &OutResult);
void set_PublicKeyHash(const std::vector<uint8_t> &Value);
[PHP]
string get_PublicKeyHash()
void set_PublicKeyHash(array of byte|string|NULL $Value)
Parameters
Description
This property contains a public key digest to search by.
To search by public key hash value,
lcPublicKeyHash
criterion must be enabled.
Discuss this help topic in SecureBlackbox Forum