4 references to SHA512Managed
mscorlib (1)
src\libraries\shims\mscorlib\ref\mscorlib.cs (1)
929
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.
SHA512Managed
))]
netstandard (1)
netstandard.cs (1)
1936
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.
SHA512Managed
))]
System.Security.Cryptography (1)
System\Security\Cryptography\CryptoConfig.cs (1)
127
Type SHA512DefaultType = typeof(System.Security.Cryptography.
SHA512Managed
);
System.Security.Cryptography.Algorithms (1)
System.Security.Cryptography.Algorithms.cs (1)
61
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.
SHA512Managed
))]