Represents the abstract class from which all implementations of the MD2 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 MD2 : HashAlgorithm
Visual Basic
Public MustInherit Class MD2 _
	Inherits HashAlgorithm
Visual C++
public ref class MD2 abstract : public HashAlgorithm

Inheritance Hierarchy

System..::..Object
  System.Security.Cryptography..::..HashAlgorithm
    LLCryptoLib.Security.Cryptography..::..MD2
      LLCryptoLib.Security.Cryptography..::..MD2CryptoServiceProvider

See Also