3 references to s_rsaOaepSha384Parameters
System.Security.Cryptography.Pkcs (3)
Internal\Cryptography\Pal\AnyOS\ManagedPal.KeyTrans.cs (1)
160ktri.KeyEncryptionAlgorithm.Parameters = s_rsaOaepSha384Parameters;
Internal\Cryptography\Pal\Windows\PkcsPalWindows.Encrypt.cs (2)
306pEncodeInfo->KeyEncryptionAlgorithm.Parameters.cbData = (uint)s_rsaOaepSha384Parameters.Length; 307pEncodeInfo->KeyEncryptionAlgorithm.Parameters.pbData = hb.AllocBytes(s_rsaOaepSha384Parameters);