Bagikan melalui


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

Definisi

Merutekan data yang ditulis ke objek ke SHA1Managed dalam algoritma hash untuk menghitung 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)

Parameter

arrayrgb
Byte[]

Data input.

ibStart
Int32

Offset ke dalam array byte untuk mulai menggunakan data.

cbSize
Int32

Jumlah byte dalam array yang akan digunakan sebagai data.

Berlaku untuk

Lihat juga