Mentalis.org Security Library documentation

HMAC.HashFinal Method 

Finalizes the hash computation after the last data is processed by the cryptographic stream object.

[Visual Basic]
Overrides Protected Function HashFinal() As Byte()
[C#]
protected override byte[] HashFinal();

Return Value

The computed hash code.

Exceptions

Exception TypeCondition
ObjectDisposedExceptionThe HMAC instance has been disposed.

See Also

HMAC Class | HMAC Members | Org.Mentalis.Security.Cryptography Namespace