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