Computes the MD2 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 MD2CryptoServiceProvider : MD2
Visual Basic
Public NotInheritable Class MD2CryptoServiceProvider _
	Inherits MD2
Visual C++
public ref class MD2CryptoServiceProvider sealed : public MD2

Inheritance Hierarchy

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

See Also