The Hash 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.
The hash in the clipboard must be in the form: FILEPATH+"::"+HASH
|
![]() | 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 of given string
|
![]() | ComputeHashEx |
Compute Hash of given string
|
![]() | ComputeHashFile |
Compute Hash of given file.
|
![]() | ComputeHashFiles |
Compute the hash of multiple files
|
![]() | 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.
The file will be copied in the form: FILEPATH+"::"+HASH
|
![]() | Dispose |
Set the Hash algorithm to null
|
![]() | Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
![]() | Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetLibraryPath |
Get Library Path
|
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | SetAlgorithm |
Set hashing algorithm. It's not a property following COM standards.
SupportedHashAlgo |
![]() | SetAlgorithmAlgo |
Set hashing algorithm. It's not a property following COM standards.
SupportedHashAlgo |
![]() | SetAlgorithmBytes |
Set hashing algorithm - keyed hash algorithm
SupportedHashAlgo |
![]() | SetAlgorithmInt |
Set hashing algorithm. It's not a property following COM standards.
The int parameter is for easy COM parameters exchange
SupportedHashAlgoAvailableHash |
![]() | ToString | Returns a String that represents the current Object. (Inherited from Object.) |