Initializes a new instance of MD2.

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

Syntax

C#
protected MD2()
Visual Basic
Protected Sub New
Visual C++
protected:
MD2()

Remarks

You cannot create an instance of an abstract class. Application code will create a new instance of a derived class.

See Also