Click or drag to resize

IDataHasher Methods

The IDataHasher type exposes the following members.

Methods
  NameDescription
Public methodAddData(Byte)
Adds data to the digest using the specified array of bytes, starting at an offset of 0.
Public methodAddData(Stream)
Adds data to the digest using the specified input stream of bytes, starting at an offset of 0.
Public methodAddData(Stream, Int32)
Adds data to the digest using the specified input stream of bytes, starting at an offset of 0.
Public methodAddData(Byte, Int32, Int32)
Updates the digest using the specified array of bytes, starting at the specified offset.
Public methodGetHash
Get the final hash value for the digest. This will not reset hash calculation.
Public methodReset
Resets hash calculation.
Top
See Also