System.Security.Cryptography.MD5
namespace System.Security.Cryptography
{
public abstract class MD5 : HashAlgorithm
{
protected MD5();
public new static MD5 Create();
public new static MD5 Create(string algName);
}
}