FileHash Methods |
The FileHash type exposes the following members.
Name | Description | |
---|---|---|
Compute(Byte) |
Computes hash value for specified data.
| |
Compute(Stream) |
Computes hash value for specified stream.
| |
Compute(String) |
Computes hash value for specified file.
| |
Compute(Byte, Int32) |
Computes hash value for specified data.
| |
Compute(Stream, Int32) |
Computes hash value for specified stream.
| |
Compute(String, Int32) |
Computes hash value for specified file.
| |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
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.) | |
IsValid(Stream, Byte) |
Checks if the hash for specified stream has correct value.
| |
IsValid(Stream, String) |
Checks if the hash for specified stream has correct value.
| |
IsValid(String, Byte) |
Checks if the hash for specified file has correct value.
| |
IsValid(String, String) |
Checks if the hash for specified file has correct value.
| |
IsValid(Stream, Int32, Byte) |
Checks if the hash for specified stream has correct value.
| |
IsValid(Stream, Int32, String) |
Checks if the hash for specified stream has correct value.
| |
IsValid(String, Int32, Byte) |
Checks if the hash for specified file has correct value.
| |
IsValid(String, Int32, String) |
Checks if the hash for specified file has correct value.
| |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |