Managed implementation of MD5 algorithm.

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

Syntax

Visual Basic
Public Class MD5Managed _
	Inherits MD5
C#
public class MD5Managed : MD5

Inheritance Hierarchy

System..::..Object
  System.Security.Cryptography..::..HashAlgorithm
    System.Security.Cryptography..::..MD5
      Rebex.Security.Cryptography..::..MD5Managed

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also