Routes data written to the object into the hash algorithm for computing the HMAC.
Namespace:
Rebex.Security.Cryptography
Assembly:
Rebex.Common (in Rebex.Common.dll)
Syntax
Visual Basic |
---|
Protected Overrides Sub HashCore ( _ array As Byte(), _ ibStart As Integer, _ cbSize As Integer _ ) |
C# |
---|
protected override void HashCore( byte[] array, int ibStart, int cbSize ) |
Parameters
- array
- Type: array<System..::..Byte>[]()[][]
The input data.
- ibStart
- Type: System..::..Int32
The offset into the byte array from which to begin using data.
- cbSize
- Type: System..::..Int32
The number of bytes in the array to use as data.