IDataHasher Methods |
The IDataHasher 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.
| |
| GetHash |
Get the final hash value for the digest.
This will not reset hash calculation.
| |
| Reset |
Resets hash calculation.
|