MD5Managed.HashCore Method
Namespace: Rebex.Security.Cryptography
Assembly: Rebex.Common.dll (version 7.0.9083)
HashCore(Byte[], Int32, Int32)
Updates the MD5 hash code.
Declaration
protected override void HashCore(byte[] buffer, int offset, int count)
Parameters
Type | Name | Description |
---|---|---|
Byte[] | buffer | The array of data bytes. |
Int32 | offset | The zero based offset into the byte array from which to begin using data. |
Int32 | count | The number of bytes in the array to use as data. |