2 references to SHA384
mscorlib (2)
system\security\cryptography\RSAEncryptionPadding.cs (1)
17
private static readonly RSAEncryptionPadding s_oaepSHA384 = CreateOaep(HashAlgorithmName.
SHA384
);
system\security\cryptography\utils.cs (1)
1014
return HashAlgorithmName.
SHA384
;