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