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

Namespace: LLCryptoLib.Security.Cryptography
Assembly: LLCryptoLib (in LLCryptoLib.dll) Version: 2.0.1024.0 (2.0.1024)

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

Exceptions

ExceptionCondition
System..::..ObjectDisposedExceptionThe MD2CryptoServiceProvider instance has been disposed.
System.Security.Cryptography..::..CryptographicExceptionThe data could not be hashed.

See Also