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