Share via


SHA1Managed.HashCore(Byte[], Int32, Int32) Método

Definición

Envía los datos escritos en el objeto al algoritmo hash SHA1Managed para el cálculo del valor 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)

Parámetros

arrayrgb
Byte[]

Los datos de entrada.

ibStart
Int32

Desplazamiento en la matriz de bytes a partir del cual se empezarán a usar los datos.

cbSize
Int32

Número de bytes de la matriz que se van a usar como datos.

Se aplica a

Consulte también