2 writes to UnprotectedAttributes
System.Security.Cryptography.Pkcs (2)
System\Security\Cryptography\Pkcs\EnvelopedCms.cs (2)
37
UnprotectedAttributes
= new CryptographicAttributeObjectCollection();
162
UnprotectedAttributes
= unprotectedAttributes;
1 reference to UnprotectedAttributes
System.Security.Cryptography.Pkcs (1)
System\Security\Cryptography\Pkcs\EnvelopedCms.cs (1)
105
_encodedMessage = PkcsPal.Instance.Encrypt(recipients, ContentInfo, ContentEncryptionAlgorithm, Certificates,
UnprotectedAttributes
);