SHA1Managed.HashCore(Byte[], Int32, Int32) Метод

Определение

Направляет данные, записанные в объект, SHA1Managed в хэш-алгоритм для вычисления хэша.

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)

Параметры

arrayrgb
Byte[]

Входные данные.

ibStart
Int32

Смещение в массив байтов, с которого начинается использование данных.

cbSize
Int32

Количество байтов в массиве, используемое в качестве данных.

Применяется к

См. также раздел