Aracılığıyla paylaş


SHA1Managed.HashCore(Byte[], Int32, Int32) Yöntem

Tanım

Nesneye yazılan verileri karmayı SHA1Managed hesaplamaya yönelik karma algoritmasına yönlendirir.

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)

Parametreler

arrayrgb
Byte[]

Giriş verileri.

ibStart
Int32

Veri kullanmaya başlamak için bayt dizisine uzaklık.

cbSize
Int32

Dizideki veri olarak kullanılacak bayt sayısı.

Şunlara uygulanır

Ayrıca bkz.