11 types derived from HashAlgorithm
Microsoft.Maui (1)
Microsoft.Maui.Controls.SourceGen (1)
System.Security.Cryptography (9)
103 references to HashAlgorithm
dotnet-svcutil-lib (3)
Microsoft.AspNetCore.DataProtection (6)
SP800_108\ManagedSP800_108_CTR_HMACSHA512.cs (3)
13public static void DeriveKeys(byte[] kdk, ArraySegment<byte> label, ArraySegment<byte> context, Func<byte[], HashAlgorithm> prfFactory, ArraySegment<byte> output)
19using (var prf = prfFactory(kdk))
58public static void DeriveKeysWithContextHeader(byte[] kdk, ArraySegment<byte> label, byte[] contextHeader, ArraySegment<byte> context, Func<byte[], HashAlgorithm> prfFactory, ArraySegment<byte> output)
Microsoft.Build.Tasks.Core (8)
Microsoft.CodeAnalysis (11)
Microsoft.CodeAnalysis.CSharp (1)
Microsoft.CodeAnalysis.Workspaces (2)
Microsoft.DotNet.Arcade.Sdk (1)
Microsoft.DotNet.Build.Tasks.Workloads (3)
Microsoft.DotNet.SignCheckLibrary (7)
mscorlib (1)
netstandard (1)
PresentationBuildTasks (1)
System.Security.Cryptography (15)
System.Security.Cryptography.Primitives (1)
System.Security.Cryptography.Xml (37)
System.Security.Permissions (3)
System.ServiceModel.NetNamedPipe (2)