HashFinal Method
Collapse the table of content
Expand the table of content

HashAlgorithm.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)

'Declaration
Protected MustOverride Function HashFinal As Byte()

Return Value

Type: System.Byte ()
The computed hash code.

This method finalizes any partial computation and returns the correct hash value for the data stream.

Windows Phone OS

Supported in: 8.1, 8.0, 7.1, 7.0

Windows Phone

Show:
© 2017 Microsoft