2 writes to ContentEncryptionAlgorithm
System.Security.Cryptography.Pkcs (2)
System\Security\Cryptography\Pkcs\EnvelopedCms.cs (2)
41
ContentEncryptionAlgorithm
= encryptionAlgorithm;
170
ContentEncryptionAlgorithm
= contentEncryptionAlgorithm;
1 reference to ContentEncryptionAlgorithm
System.Security.Cryptography.Pkcs (1)
System\Security\Cryptography\Pkcs\EnvelopedCms.cs (1)
117
_encodedMessage = PkcsPal.Instance.Encrypt(recipients, ContentInfo,
ContentEncryptionAlgorithm
, Certificates, UnprotectedAttributes);