Discuss this help topic in SecureBlackbox Forum

TElAuthenticodeVerifier.Checksum

TElAuthenticodeVerifier     See also     


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


This read-only property contains checksum read from the file.

Declaration

[C#/Java]
    int Checksum;

[VB.NET]
    Property Checksum As Integer

[Pascal]
    property Checksum: LongWord;

[C++]
    uint32_t get_Checksum();

[PHP]
    integer get_Checksum()

Description

    Use this property to get checksum that is written in the file.

See also:     ActualChecksum     Digest    

Discuss this help topic in SecureBlackbox Forum