SHA1Managed.HashCore(Byte[], Int32, Int32) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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> ^ rgb, int ibStart, int cbSize);
protected override void HashCore(byte[] rgb, int ibStart, int cbSize);
override this.HashCore : byte[] * int * int -> unit
Protected Overrides Sub HashCore (rgb As Byte(), ibStart As Integer, cbSize As Integer)
Paramètres
- rgb
- 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.