The IHash type exposes the following members.

Methods

  NameDescription
Public methodCompareHash
Compare the hash of given file with the one given.
Public methodCompareHashClipboard
Compare the hash of given file with the one in the clipboard.
Public methodCompareHashClipboardEx
Compare the hash of given file with the one in the clipboard. The hash in the clipboard must be in the form: FILEPATH+"::"+HASH
Public methodComputeHash
Compute hash function of a text string
Public methodComputeHashEx
Compute Hash of given string
Public methodComputeHashFile
Compute hash function of a file
Public methodComputeHashFiles
Compute a single hash from more than one file
Public methodComputeHashFileStyle
Compute Hash of given file.
Public methodComputeHashFileStyleEx
Compute Hash of given file.
Public methodComputeHashFromBytes
Computes the hash from a set of bytes and returns it as a hexadecimal string.
Public methodComputeHashFromBytesStyle
Computes the hash from a set of bytes and returns it as a hexadecimal string.
Public methodComputeHashStyle
Compute Hash of given string
Public methodComputeHashTextFile
Compute Hash of given file. The given file must be a text file.
Public methodCopyHashFile
Copy hash of a file to the system clipboard
Public methodGetLibraryPath
Get the full library path (without dll name, without ending backslash)
Public methodSetAlgorithm
Set Hashing Function algorithm. It's not a property following COM standards.
Public methodSetAlgorithmAlgo
Set Hashing Function algorithm. It's not a property following COM standards.
Public methodSetAlgorithmBytes
Set hashing algorithm - keyed hash algorithm SupportedHashAlgo
Public methodSetAlgorithmInt
Set Hashing Function algorithm. It's not a property following COM standards.

See Also