HMAC.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 值。

備註

這個方法不是由應用程式程式碼呼叫。 這個方法會完成任何部分計算,並傳回資料流程的正確雜湊值。

適用於

另請參閱