9 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.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();
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();