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

Definición

Enruta los datos escritos al objeto en el SHA1Managed algoritmo hash para calcular el 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[]

Datos de entrada.

ibStart
Int32

Desplazamiento en la matriz de bytes desde la que se van a empezar a usar datos.

cbSize
Int32

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

Se aplica a

Consulte también