4 references to CmsRecipient
System.Security.Cryptography.Pkcs (4)
Internal\Cryptography\PkcsHelpers.cs (1)
221
recipientCopy = new
CmsRecipient
(recipient.RecipientIdentifierType, certCopy);
System\Security\Cryptography\Pkcs\CmsRecipient.cs (2)
13
:
this
(SubjectIdentifierType.IssuerAndSerialNumber, certificate)
40
:
this
(recipientIdentifierType, certificate)
System\Security\Cryptography\Pkcs\CmsRecipientCollection.cs (1)
33
_recipients.Add(new
CmsRecipient
(recipientIdentifierType, certificates[index]));