Creates an instance of the default implementation of the MD4 hash algorithm.

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

Syntax

C#
public static MD4 Create()
Visual Basic
Public Shared Function Create As MD4
Visual C++
public:
static MD4^ Create()

Return Value

A new instance of the MD4 hash algorithm.

See Also