Returns the computed MD4 hash as an array of bytes.

Namespace:  Rebex.Security.Cryptography
Assembly:  Rebex.Common (in Rebex.Common.dll)

Syntax

Visual Basic
Protected Overrides Function HashFinal As Byte()
C#
protected override byte[] HashFinal()

Return Value

The computed MD4 hash value.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also