Discuss this help topic in SecureBlackbox Forum

TElAuthenticodeManager.SpecifiedChecksum

TElAuthenticodeManager     See also     


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


Returns file checksum specified in this file.

Declaration

[C#]
    uint SpecifiedChecksum;

[VB.NET]
    Property SpecifiedChecksum As UInt32

[Pascal]
    property SpecifiedChecksum : UInt32;

[C++]
    uint32_t get_SpecifiedChecksum();

[PHP]
    integer get_SpecifiedChecksum()

[Java]
    int getSpecifiedChecksum();

Description

    Use this read-only property to get the checksum of the file read from the file itself.

See also:     ActualChecksum    

Discuss this help topic in SecureBlackbox Forum