SHA1Managed.HashCore(Byte[], Int32, Int32) Metoda

Definicja

Kieruje dane zapisywane do obiektu w algorytmie skrótu SHA1Managed na potrzeby obliczania skrótu.

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)

Parametry

arrayrgbdata
Byte[]

Dane wejściowe.

ibStartstart
Int32

Przesunięcie do tablicy bajtów, z której należy zacząć korzystać z danych.

cbSizelength
Int32

Liczba bajtów w tablicy do użycia jako dane.

Dotyczy

Zobacz też