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