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