Updates the MD5 hash code.

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

Syntax

Visual Basic
Protected Overrides Sub HashCore ( _
	buffer As Byte(), _
	offset As Integer, _
	count As Integer _
)
C#
protected override void HashCore(
	byte[] buffer,
	int offset,
	int count
)

Parameters

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

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also