4 references to SHA384Managed
mscorlib (1)
src\libraries\shims\mscorlib\ref\mscorlib.cs (1)
927[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.SHA384Managed))]
netstandard (1)
netstandard.cs (1)
1933[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.SHA384Managed))]
System.Security.Cryptography (1)
System\Security\Cryptography\CryptoConfig.cs (1)
126Type SHA384DefaultType = typeof(System.Security.Cryptography.SHA384Managed);
System.Security.Cryptography.Algorithms (1)
System.Security.Cryptography.Algorithms.cs (1)
59[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.SHA384Managed))]