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