DataHasher Methods |
The DataHasher type exposes the following members.
| Name | Description | |
|---|---|---|
| AddData(Byte) |
Adds data to the digest using the specified array of bytes, starting at an offset of 0.
| |
| AddData(Stream) |
Adds data to the digest using the specified input stream of bytes, starting at an offset of 0.
| |
| AddData(Stream, Int32) |
Adds data to the digest using the specified input stream of bytes, starting at an offset of 0.
| |
| AddData(Byte, Int32, Int32) |
Updates the digest using the specified array of bytes, starting at the specified offset.
| |
| Equals | (Inherited from Object.) | |
| Finalize | (Inherited from Object.) | |
| GetHash |
Get the final hash value for the digest.
This will not reset hash calculation.
| |
| GetHashCode | (Inherited from Object.) | |
| GetType | (Inherited from Object.) | |
| MemberwiseClone | (Inherited from Object.) | |
| Reset |
Resets hash calculation.
| |
| ToString | (Inherited from Object.) |