Discuss this help topic in SecureBlackbox Forum

TElAuthenticodeVerifier.Digest

TElAuthenticodeVerifier     See also     


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


This read-only property contains digest that is written in the file.

Declaration

[C#/Java]
    string Digest;

[VB.NET]
    Property Digest As String

[Pascal]
    property Digest: string;

[C++]
    void get_Digest(std::vector<uint8_t> &OutResult);

[PHP]
    string get_Digest()

Description

    Use this property to get the digest written in the file.

See also:     ActualDigest     Checksum     DigestAlgorithm    

Discuss this help topic in SecureBlackbox Forum