3 references to CmsRecipient
System.Security (3)
system\security\cryptography\pkcs\pkcs7recipient.cs (3)
27public CmsRecipient (X509Certificate2 certificate):this(SubjectIdentifierType.IssuerAndSerialNumber, certificate){} 92m_recipients.Add(new CmsRecipient(recipientIdentifierType, certificates[index])); 100m_recipients.Add(new CmsRecipient(recipient.RecipientIdentifierType, new X509Certificate2(recipient.Certificate)));