Discuss this help topic in SecureBlackbox Forum
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.
Discuss this help topic in SecureBlackbox Forum