1 instantiation of SHA256Managed
Microsoft.DotNet.SignCheckLibrary (1)
Verification\Jar\JarSignatureFile.cs (1)
243SHA256Managed sha = new SHA256Managed();
6 references to SHA256Managed
Microsoft.Build.Tasks.Core (1)
ManifestUtil\mansign2.cs (1)
276CryptoConfig.AddAlgorithm(typeof(SHA256Managed),
Microsoft.DotNet.SignCheckLibrary (1)
Verification\Jar\JarSignatureFile.cs (1)
243SHA256Managed sha = new SHA256Managed();
mscorlib (1)
src\libraries\shims\mscorlib\ref\mscorlib.cs (1)
925[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.SHA256Managed))]
netstandard (1)
netstandard.cs (1)
1930[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.SHA256Managed))]
System.Security.Cryptography (1)
System\Security\Cryptography\CryptoConfig.cs (1)
125Type SHA256DefaultType = typeof(System.Security.Cryptography.SHA256Managed);
System.Security.Cryptography.Algorithms (1)
System.Security.Cryptography.Algorithms.cs (1)
57[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.SHA256Managed))]