共用方式為


HMACSHA3_512.HashFinal 方法

定義

於衍生類型中覆寫時,在演算法處理最後一筆資料後,完成 HMAC 計算。

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

傳回

Byte[]

位元組陣列中計算出的 HMAC 值。

適用於