Represents the abstract class from which all implementations of the MD4 hash algorithm inherit.

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

Syntax

C#
public abstract class MD4 : HashAlgorithm
Visual Basic
Public MustInherit Class MD4 _
	Inherits HashAlgorithm
Visual C++
public ref class MD4 abstract : public HashAlgorithm

Remarks

Warning: The MD4 algorithm is a broken algorithm. It should only be used for compatibility with older systems.

Inheritance Hierarchy

System..::..Object
  System.Security.Cryptography..::..HashAlgorithm
    LLCryptoLib.Security.Cryptography..::..MD4
      LLCryptoLib.Security.Cryptography..::..MD4CryptoServiceProvider

See Also