2 references to SHA384Managed
mscorlib (2)
system\security\cryptography\hmacsha384.cs (2)
28
m_hash1 = GetHashAlgorithmWithFipsFallback(() => new
SHA384Managed
(), () => HashAlgorithm.Create("System.Security.Cryptography.SHA384CryptoServiceProvider"));
29
m_hash2 = GetHashAlgorithmWithFipsFallback(() => new
SHA384Managed
(), () => HashAlgorithm.Create("System.Security.Cryptography.SHA384CryptoServiceProvider"));