3 references to SHA512Managed
mscorlib (2)
system\security\cryptography\hmacsha512.cs (2)
28
m_hash1 = GetHashAlgorithmWithFipsFallback(() => new
SHA512Managed
(), () => HashAlgorithm.Create("System.Security.Cryptography.SHA512CryptoServiceProvider"));
29
m_hash2 = GetHashAlgorithmWithFipsFallback(() => new
SHA512Managed
(), () => HashAlgorithm.Create("System.Security.Cryptography.SHA512CryptoServiceProvider"));
System.IdentityModel (1)
System\IdentityModel\CryptoHelper.cs (1)
1199
return new
SHA512Managed
();