Method HashCore
HashCore(byte[], int, int)
When overridden in a derived class, routes data written to the object into the hash algorithm for computing the hash.
Declaration
protected override void HashCore(byte[] array, int ibStart, int cbSize)
Parameters
Type | Name | Description |
---|---|---|
byte[] | array | The input to compute the hash code for. |
int | ibStart | The offset into the byte array from which to begin using data. |
int | cbSize | The number of bytes in the byte array to use as data. |