Click or drag to resize

Crc64HashFinal Method

When overridden in a derived class, finalizes the hash computation after the last data is processed by the cryptographic stream object.

Namespace:  callback.ShellBoost.Core.Utilities
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
protected override byte[] HashFinal()

Return Value

Type: Byte
The computed hash code.
See Also