When overridden in a derived class, routes data written to the object into the hash algorithm for computing the hash.
Namespace:
ShellBoost.Core.Utilities
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax protected override void HashCore(
byte[] array,
int ibStart,
int cbSize
)
Parameters
- array
- Type: SystemByte
The input to compute the hash code for. - ibStart
- Type: SystemInt32
The offset into the byte array from which to begin using data. - cbSize
- Type: SystemInt32
The number of bytes in the byte array to use as data.
See Also