Discuss this help topic in SecureBlackbox Forum

TElCertificateLookup.PublicKeyHash

TElCertificateLookup     


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


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)

[Java]
    byte[] getPublicKeyHash();
    void setPublicKeyHash(byte[] V);

Parameters

  • V -

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