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