Returns the computed MD5SHA1 hash as an array of bytes after all data has been written to the object.

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 hash value.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also