The IHash type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() | CompareHash |
Compare the hash of given file with the one given.
|
![]() | CompareHashClipboard |
Compare the hash of given file with the one in the clipboard.
|
![]() | CompareHashClipboardEx |
Compare the hash of given file with the one in the clipboard.
The hash in the clipboard must be in the form: FILEPATH+"::"+HASH
|
![]() | ComputeHash |
Compute hash function of a text string
|
![]() | ComputeHashEx |
Compute Hash of given string
|
![]() | ComputeHashFile |
Compute hash function of a file
|
![]() | ComputeHashFiles |
Compute a single hash from more than one file
|
![]() | ComputeHashFileStyle |
Compute Hash of given file.
|
![]() | ComputeHashFileStyleEx |
Compute Hash of given file.
|
![]() | ComputeHashFromBytes |
Computes the hash from a set of bytes and returns it as a hexadecimal string.
|
![]() | ComputeHashFromBytesStyle |
Computes the hash from a set of bytes and returns it as a hexadecimal string.
|
![]() | ComputeHashStyle |
Compute Hash of given string
|
![]() | ComputeHashTextFile |
Compute Hash of given file. The given file must be a text file.
|
![]() | CopyHashFile |
Copy hash of a file to the system clipboard
|
![]() | GetLibraryPath |
Get the full library path (without dll name, without ending backslash)
|
![]() | SetAlgorithm |
Set Hashing Function algorithm. It's not a property following COM standards.
|
![]() | SetAlgorithmAlgo |
Set Hashing Function algorithm. It's not a property following COM standards.
|
![]() | SetAlgorithmBytes |
Set hashing algorithm - keyed hash algorithm
SupportedHashAlgo |
![]() | SetAlgorithmInt |
Set Hashing Function algorithm. It's not a property following COM standards.
|