Shared Cache is high performance distributed and replication cache system built for .Net applications running in server farms.
When overridden in a derived class, finalizes the hash computation after the last data is processed by the cryptographic stream object.

Namespace:  SharedCache.WinServiceCommon.Hashing
Assembly:  SharedCache.WinServiceCommon (in SharedCache.WinServiceCommon.dll) Version: 3.0.5.1 (3.0.5.1)

Syntax

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

Return Value

The computed hash code.

Remarks

[Missing <remarks> documentation for "M:SharedCache.WinServiceCommon.Hashing.FnvHash32.HashFinal"]

See Also