Partilhar via


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

Definição

Roteia os dados gravados no objeto para o algoritmo de hash SHA1Managed para computar o 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[]

Os dados de entrada.

ibStart
Int32

O deslocamento para a matriz de bytes com base na qual os dados começarão a ser usados.

cbSize
Int32

O número de bytes na matriz a ser usado como dados.

Aplica-se a

Confira também