2 instantiations of CmsRecipientCollection
System.Security.Cryptography.Pkcs (2)
Internal\Cryptography\PkcsHelpers.cs (1)
212CmsRecipientCollection recipientsCopy = new CmsRecipientCollection();
System\Security\Cryptography\Pkcs\EnvelopedCms.cs (1)
98Encrypt(new CmsRecipientCollection(recipient));
10 references to CmsRecipientCollection
System.Security (1)
System.Security.cs (1)
10[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.Pkcs.CmsRecipientCollection))]
System.Security.Cryptography.Pkcs (9)
Internal\Cryptography\Pal\AnyOS\ManagedPal.Encrypt.cs (2)
19CmsRecipientCollection recipients, 54CmsRecipientCollection recipients,
Internal\Cryptography\PkcsHelpers.cs (3)
210public static CmsRecipientCollection DeepCopy(this CmsRecipientCollection recipients) 212CmsRecipientCollection recipientsCopy = new CmsRecipientCollection();
Internal\Cryptography\PkcsPal.cs (1)
27public abstract byte[] Encrypt(CmsRecipientCollection recipients, ContentInfo contentInfo, AlgorithmIdentifier contentEncryptionAlgorithm, X509Certificate2Collection originatorCerts, CryptographicAttributeObjectCollection unprotectedAttributes);
System\Security\Cryptography\Pkcs\CmsRecipientEnumerator.cs (2)
12internal CmsRecipientEnumerator(CmsRecipientCollection recipients) 47private readonly CmsRecipientCollection _recipients;
System\Security\Cryptography\Pkcs\EnvelopedCms.cs (1)
101public void Encrypt(CmsRecipientCollection recipients)