Discuss this help topic in SecureBlackbox Forum

TElCertificateLookup.CertificateHash

TElCertificateLookup     


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


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)

[Java]
    byte[] getCertificateHash();
    void setCertificateHash(byte[] V);

Parameters

  • V -

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