This documentation is archived and is not being maintained.
HMAC.HashFinal Method
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
When overridden in a derived class, finalizes the hash computation after the last data is processed by the cryptographic stream object.
Namespace:
System.Security.Cryptography
Assembly:
mscorlib (in mscorlib.dll)
protected override byte[] HashFinal()
Return Value
Type:
System.Byte
[]The computed hash code in a byte array.
This method is not called by application code. This method finalizes any partial computation and returns the correct hash value of the data stream.
Windows Phone OS
Supported in: 8.1, 8.0, 7.1, 7.0