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

定義

MAC (Message Authentication Code) を計算するために、オブジェクトに書き込まれたデータを TripleDES 暗号化プログラムにルーティングします。

protected:
 override void HashCore(cli::array <System::Byte> ^ rgbData, int ibStart, int cbSize);
protected override void HashCore (byte[] rgbData, int ibStart, int cbSize);
override this.HashCore : byte[] * int * int -> unit
Protected Overrides Sub HashCore (rgbData As Byte(), ibStart As Integer, cbSize As Integer)

パラメーター

rgbData
Byte[]

入力データです。

ibStart
Int32

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

cbSize
Int32

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

適用対象

こちらもご覧ください