System.Security.Cryptography.MD5CryptoServiceProvider.HashCore Method

Routes data written to the object into the System.Security.Cryptography.MD5 hash algorithm for computing the hash value.

Syntax

protected override void HashCore (byte[] rgb, int ibStart, int cbSize)

Parameters

rgb
The array of data bytes.
ibStart
The offset into the byte array from which to begin using data.
cbSize
The number of bytes in the array to use as data.

Remarks

This method is not called directly by application code.

Requirements

Namespace: System.Security.Cryptography
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0, 4.0.0.0