6 references to Create
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\HttpChannelFactory.cs (1)
191_hashAlgorithm = SHA512.Create();
Microsoft.AspNetCore.Identity.Test (1)
IdentityUIScriptsTest.cs (1)
52using (var alg512 = SHA512.Create())
Microsoft.Build.Tasks.Core (1)
FileIO\GetFileHash.cs (1)
31["SHA512"] = SHA512.Create,
Microsoft.CodeAnalysis (1)
CryptographicHashProvider.cs (1)
128return SHA512.Create();
Microsoft.DotNet.Arcade.Sdk (1)
src\GenerateChecksums.cs (1)
44using(HashAlgorithm hashAlgorithm = SHA512.Create())
System.Security.Cryptography.Xml (1)
System\Security\Cryptography\Xml\RSAPKCS1SHA512SignatureDescription.cs (1)
18return SHA512.Create();