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