Click or drag to resize

IDataHasherAddData Method

Overload List
  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.
Top
See Also