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

Définition

Route les données écrites dans l’objet dans l’algorithme SHA1Managed de hachage pour le calcul du hachage.

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)

Paramètres

arrayrgb
Byte[]

Données d’entrée.

ibStart
Int32

Décalage dans le tableau d’octets à partir duquel commencer à utiliser des données.

cbSize
Int32

Nombre d’octets dans le tableau à utiliser comme données.

S’applique à

Voir aussi