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 void HashCore(cli::array <System::Byte> ^ data, int start, int length);
protected override sealed void HashCore (byte[] array, int ibStart, int cbSize);
protected override void HashCore (byte[] rgb, int ibStart, int cbSize);
protected override void HashCore (byte[] data, int start, int length);
override this.HashCore : byte[] * int * int -> unit
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)
Protected Overrides Sub HashCore (data As Byte(), start As Integer, length As Integer)

Parámetros

arrayrgbdata
Byte[]

Los datos de entrada.

ibStartstart
Int32

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

cbSizelength
Int32

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

Se aplica a

Consulte también