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