2 references to SHA512
mscorlib (2)
system\security\cryptography\RSAEncryptionPadding.cs (1)
18private static readonly RSAEncryptionPadding s_oaepSHA512 = CreateOaep(HashAlgorithmName.SHA512);
system\security\cryptography\utils.cs (1)
1017return HashAlgorithmName.SHA512;