HashFinal Method
See Also 
SourceCode.Security.Cryptography Namespace > Murmur3 Class : HashFinal Method



Glossary Item Box

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

Syntax

Visual Basic (Declaration) 
Protected Overrides NotOverridable Function HashFinal() As Byte()
Visual Basic (Usage)Copy Code
Dim instance As Murmur3
Dim value() As Byte
 
value = instance.HashFinal()
C# 
protected override byte[] HashFinal()
C++/CLI 
protected:
array<byte>^ HashFinal(); override 

Return Value

The computed hash code.

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also