Managed implementation of MD4 algorithm.

Namespace:  Rebex.Security.Cryptography
Assembly:  Rebex.Common (in Rebex.Common.dll)

Syntax

Visual Basic
Public Class MD4Managed _
	Inherits HashAlgorithm
C#
public class MD4Managed : HashAlgorithm

Inheritance Hierarchy

System..::..Object
  System.Security.Cryptography..::..HashAlgorithm
    Rebex.Security.Cryptography..::..MD4Managed

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also