Share via


MACTripleDES.HashCore(Byte[], Int32, Int32) 方法

定義

將寫入物件的資料轉遞到用來計算訊息驗證碼 (MAC) 的 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

陣列中要用作資料的位元組數目。

適用於

另請參閱