5 references to SHA256Managed
Microsoft.Build.Tasks.Core (1)
ManifestUtil\mansign2.cs (1)
276CryptoConfig.AddAlgorithm(typeof(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)
130Type 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))]