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

Definizione

Indirizza i dati scritti nell'oggetto nell'algoritmo SHA1Managed hash per calcolare l'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)

Parametri

arrayrgb
Byte[]

Dati di input.

ibStart
Int32

Offset nella matrice di byte da cui iniziare a usare i dati.

cbSize
Int32

Numero di byte nella matrice da usare come dati.

Si applica a

Vedi anche