SHA256Hash HashFinal Method SSH .NET Client Library Documentation
Finalizes the hash computation after the last data is processed by the cryptographic stream object.

Namespace: Renci.SshNet.Security.Cryptography
Assembly: Renci.SshNet (in Renci.SshNet.dll) Version: 0.1.0.0 (1.0.0.0)
Syntax

protected override byte[] HashFinal()

Return Value

The computed hash code.
See Also