4 references to s_rsaPkcsParameters
System.Security.Cryptography.Pkcs (4)
Internal\Cryptography\Pal\AnyOS\ManagedPal.KeyTrans.cs (2)
45
!parameters.Value.Span.SequenceEqual(
s_rsaPkcsParameters
))
145
ktri.KeyEncryptionAlgorithm.Parameters =
s_rsaPkcsParameters
;
Internal\Cryptography\Pal\Windows\PkcsPalWindows.Encrypt.cs (2)
288
pEncodeInfo->KeyEncryptionAlgorithm.Parameters.cbData = (uint)
s_rsaPkcsParameters
.Length;
289
pEncodeInfo->KeyEncryptionAlgorithm.Parameters.pbData = hb.AllocBytes(
s_rsaPkcsParameters
);