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

SHA256Managed.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 Overrides Function HashFinal As Byte()

Return Value

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

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

Windows Phone

Show:
© 2017 Microsoft