17 references to Create
aspire (1)
Utils\CliDownloader.cs (1)
188using var sha512 = SHA512.Create();
dotnet-Microsoft.XmlSerializer.Generator (1)
Sgen.cs (1)
563byte[] hash = SHA512.Create().ComputeHash(valueBytes);
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\HttpChannelFactory.cs (1)
191_hashAlgorithm = SHA512.Create();
ILCompiler.ReadyToRun (1)
Compiler\CryptographicHashProvider.cs (1)
147return SHA512.Create();
Microsoft.Build.Tasks.Core (1)
FileIO\GetFileHash.cs (1)
32["SHA512"] = 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\roslyn\src\Compilers\Core\Portable\Text\SourceHashAlgorithms.cs (1)
65SourceHashAlgorithm.Sha512 => SHA512.Create(),
Microsoft.Deployment.DotNet.Releases (1)
ReleaseFile.cs (1)
17private static readonly SHA512 s_defaultHashAlgorithm = SHA512.Create();
Microsoft.DotNet.Arcade.Sdk (1)
src\GenerateChecksums.cs (1)
44using(HashAlgorithm hashAlgorithm = SHA512.Create())
NuGet.Common (1)
CryptoHashUtility.cs (1)
199return SHA512.Create();
NuGet.Protocol (1)
Utility\OfflineFeedUtility.cs (1)
252using var sha512 = SHA512.Create();
System.Security.Cryptography (1)
System\Security\Cryptography\CapiHelper.Windows.cs (1)
1111CapiHelper.CALG_SHA_512 => 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();