Performs any final activities required by the hash algorithm(s).

Namespace: Classless.Hasher.Methods
Assembly: Classless.Hasher (in Classless.Hasher.dll) Version: 0.9.4179.24336

Syntax

C#
protected override byte[] HashFinal()
Visual Basic
Protected Overrides Function HashFinal As Byte()
Visual C++
protected:
virtual array<unsigned char>^ HashFinal() override

Return Value

Null. The individual computed hashes/checksums should be retrieved from the Hashers list.

See Also