2 instantiations of SHA384Managed
mscorlib (2)
system\security\cryptography\hmacsha384.cs (2)
28m_hash1 = GetHashAlgorithmWithFipsFallback(() => new SHA384Managed(), () => HashAlgorithm.Create("System.Security.Cryptography.SHA384CryptoServiceProvider")); 29m_hash2 = GetHashAlgorithmWithFipsFallback(() => new SHA384Managed(), () => HashAlgorithm.Create("System.Security.Cryptography.SHA384CryptoServiceProvider"));
1 reference to SHA384Managed
mscorlib (1)
system\security\cryptography\cryptoconfig.cs (1)
248object SHA384DefaultType = fipsOnly ? (object)SHA384CngType : (object)typeof(SHA384Managed);