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