HMACMD5.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 値。

適用対象