2 writes to Certificates
System.Security.Cryptography.Pkcs (2)
System\Security\Cryptography\Pkcs\EnvelopedCms.cs (2)
42
Certificates
= new X509Certificate2Collection();
171
Certificates
= originatorCerts;
3 references to Certificates
System.Security.Cryptography.Pkcs (3)
System\Security\Cryptography\Pkcs\EnvelopedCms.cs (3)
117
_encodedMessage = PkcsPal.Instance.Encrypt(recipients, ContentInfo, ContentEncryptionAlgorithm,
Certificates
, UnprotectedAttributes);
236
Certificates
,
255
X509Certificate2Collection originatorCerts =
Certificates
;