SHA1Managed.HashCore(Byte[], Int32, Int32) メソッド

定義

ハッシュを計算するために、オブジェクトに書き込んだデータを SHA1Managed ハッシュ アルゴリズムにルーティングします。

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)

パラメーター

arrayrgb
Byte[]

入力データです。

ibStart
Int32

バイト配列内のデータの使用開始位置を示すオフセット。

cbSize
Int32

配列内でデータとして使用されるバイトの数。

適用対象

こちらもご覧ください