IHashTransform.Process Method
Namespace: Rebex.Security.Cryptography
Assembly: Rebex.Common.dll (version 7.0.9083)
Process(Byte[], Int32, Int32)
Computes the hash value for the specified region of the input byte array.
Declaration
void Process(byte[] buffer, int offset, int count)
Parameters
Type | Name | Description |
---|---|---|
Byte[] | buffer | The input to compute the hash code for. |
Int32 | offset | The offset into the input byte array from which to begin using data. |
Int32 | count | The number of bytes in the input byte array to use as data. |