DataHasherAddData Method |
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.
|