Back to product page

IntegrityCheckTypes Enumeration


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

Remarks

Members

Member Description
CRC Checks integrity using CRC algorithm.
MD5 Checks integrity using MD5 digest algorithm.
SHA1 Checks integrity using SHA1 algorithm.


Use these constants with LocalCRC and RemoteCRC methods.