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