Finalizes the hash computation after the last data is processed by the cryptographic stream object.

Namespace: Classless.Hasher.Mac
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

The computed hash code.

See Also