Back to product page

IntegrityCheckEnum enumeration


These constants are used with LocalCRC and RemoteCRC methods.

Remarks

They determine what algorithm is used to perform file integrity check for local files, and for remote files (if supported by the server).

Members:
Constant Value Description
iCRC0 Checks integrity using CRC algorithm.
iMD5 1 Checks integrity using MD5 digest algorithm.
iSHA12 Checks integrity using SHA1 digest algorithm.

Platforms

Windows