Computes the MD4 hash for the input data using the implementation provided by the cryptographic service provider (CSP).

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

Syntax

C#
public sealed class MD4CryptoServiceProvider : MD4
Visual Basic
Public NotInheritable Class MD4CryptoServiceProvider _
	Inherits MD4
Visual C++
public ref class MD4CryptoServiceProvider sealed : public MD4

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