Hashes Class |
Namespace: TreeksLicensingLibrary2
The Hashes type exposes the following members.
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
FileHash |
This function returns hash of supplied file in hexadecimal format.
| |
FileHashBytes |
This function returns hash of supplied file as byte array
| |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
iFileHash |
This function returns hash of supplied file in hexadecimal format.
| |
iFileHashBytes |
This function returns hash of supplied file as byte array
| |
iStringHash |
This function returns hash of supplied string in hexadecimal format.
| |
iStringHashBytes |
This function returns hash of specfied string as byte array
| |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
StringHash |
This function returns hash of supplied string in hexadecimal format.
| |
StringHashBytes |
This function returns hash of specfied string as byte array
| |
ToString | Returns a string that represents the current object. (Inherited from Object.) |