Computes the hash value for the specified region of the input byte array.

Namespace:  Rebex.Security.Cryptography
Assembly:  Rebex.Common (in Rebex.Common.dll)

Syntax

Visual Basic
Sub Process ( _
	buffer As Byte(), _
	offset As Integer, _
	count As Integer _
)
C#
void Process(
	byte[] buffer,
	int offset,
	int count
)

Parameters

buffer
Type: array<System..::..Byte>[]()[][]
The input to compute the hash code for.
offset
Type: System..::..Int32
The offset into the input byte array from which to begin using data.
count
Type: System..::..Int32
The number of bytes in the input byte array to use as data.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also