共用方式為


MACTripleDES.HashFinal 方法

定義

傳回在所有資料都寫入該物件之後計算出來的訊息驗證碼 (MAC)。

protected:
 override cli::array <System::Byte> ^ HashFinal();
protected override byte[] HashFinal ();
override this.HashFinal : unit -> byte[]
Protected Overrides Function HashFinal () As Byte()

傳回

Byte[]

計算出來的 MAC。

備註

您只能在寫入所有數據之後讀取此值,而且之後無法寫入更多數據。 為每個個別的數據區段建立 的新實例 MACTripleDES ,以計算該數據的 MAC。

適用於