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