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

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

Syntax

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

Return Value

A new instance of the MD2 hash algorithm.

See Also