HMAC.HashFinal Method
Namespace: Rebex.Security.Cryptography
Assembly: Rebex.Common.dll (version 7.0.9083)
HashFinal()
Returns the computed Hash-based Message Authentication Code (HMAC) after all data has been written to the object.
Declaration
protected override byte[] HashFinal()
Returns
Type | Description |
---|---|
Byte[] | The computed HMAC. |