4 references to 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))]