Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

HMAC::HashFinal Method ()

 

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:
virtual array<unsigned char>^ HashFinal() override

Return Value

Type: array<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.

.NET Framework
Available since 2.0
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Return to top
Show:
© 2017 Microsoft