Discuss this help topic in SecureBlackbox Forum

TElAuthenticodeManager.ActualChecksum

TElAuthenticodeManager     See also     


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


Returns the checksum computed during signature calculation.

Declaration

[C#]
    uint ActualChecksum;

[VB.NET]
    Property ActualChecksum As UInt32

[Pascal]
    property ActualChecksum : UInt32;

[C++]
    uint32_t get_ActualChecksum();

[PHP]
    integer get_ActualChecksum()

[Java]
    int getActualChecksum();

Description

    Use this property to get the actual checksum for the file.

See also:     SpecifiedChecksum    

Discuss this help topic in SecureBlackbox Forum