HMAC.HashCore Method
Namespace: Rebex.Security.Cryptography
Assembly: Rebex.Common.dll (version 7.0.9083)
HashCore(Byte[], Int32, Int32)
Routes data written to the object into the hash algorithm for computing the HMAC.
Declaration
protected override void HashCore(byte[] array, int ibStart, int cbSize)
Parameters
Type | Name | Description |
---|---|---|
Byte[] | array | The input data. |
Int32 | ibStart | The offset into the byte array from which to begin using data. |
Int32 | cbSize | The number of bytes in the array to use as data. |