System.Security.Cryptography.SHA1CryptoServiceProvider.HashCore Method

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

Syntax

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

Parameters

rgb
The input data.
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 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