12 references to Create
aspire (1)
Utils\CliDownloader.cs (1)
188using var sha512 = SHA512.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.CodeAnalysis (3)
CryptographicHashProvider.cs (2)
101return SHA512.Create(); 146return SHA512.Create();
Text\SourceHashAlgorithms.cs (1)
65SourceHashAlgorithm.Sha512 => SHA512.Create(),
Microsoft.CodeAnalysis.Workspaces (1)
src\Compilers\Core\Portable\Text\SourceHashAlgorithms.cs (1)
65SourceHashAlgorithm.Sha512 => SHA512.Create(),
Microsoft.DotNet.Arcade.Sdk (1)
src\GenerateChecksums.cs (1)
44using(HashAlgorithm hashAlgorithm = SHA512.Create())
Microsoft.DotNet.SignCheckLibrary (1)
Utils.cs (1)
57return SHA512.Create();
System.Security.Cryptography.Xml (1)
System\Security\Cryptography\Xml\RSAPKCS1SHA512SignatureDescription.cs (1)
18return SHA512.Create();
System.ServiceModel.Http (1)
System\ServiceModel\Channels\HttpChannelFactory.cs (1)
183_hashAlgorithm = SHA512.Create();
System.ServiceModel.Primitives (1)
System\IdentityModel\CryptoHelper.cs (1)
234return SHA512.Create();