Click or drag to resize

DataHasher Methods

The DataHasher 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 methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHash
Get the final hash value for the digest. This will not reset hash calculation.
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodReset
Resets hash calculation.
Public methodToString (Inherited from Object.)
Top
See Also