SHA1Managed.HashCore(Byte[], Int32, Int32) Method

Definition

Routes data written to the object into the SHA1Managed hash algorithm for computing the hash.

protected:
 override void HashCore(cli::array <System::Byte> ^ array, int ibStart, int cbSize);
protected:
 override void HashCore(cli::array <System::Byte> ^ rgb, int ibStart, int cbSize);
protected override sealed void HashCore (byte[] array, int ibStart, int cbSize);
protected override void HashCore (byte[] rgb, int ibStart, int cbSize);
override this.HashCore : byte[] * int * int -> unit
override this.HashCore : byte[] * int * int -> unit
Protected Overrides NotOverridable Sub HashCore (array As Byte(), ibStart As Integer, cbSize As Integer)
Protected Overrides Sub HashCore (rgb As Byte(), ibStart As Integer, cbSize As Integer)

Parameters

arrayrgb
Byte[]

The input data.

ibStart
Int32

The offset into the byte array from which to begin using data.

cbSize
Int32

The number of bytes in the array to use as data.

Applies to

See also