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

Definition

Dirigerar data som skrivs till objektet till hash-algoritmen SHA1Managed för att beräkna hashen.

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)

Parametrar

arrayrgb
Byte[]

Indata.

ibStart
Int32

Förskjutningen till bytematrisen som du vill börja använda data från.

cbSize
Int32

Antalet byte i matrisen som ska användas som data.

Gäller för

Se även