HMACSHA1.HashFinal Method

Definition

Finalizes the HMAC computation after the last data is processed by the algorithm.

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

Returns

Byte[]

The computed HMAC value in a byte array.

Applies to