4 instantiations of RecipientInfoCollection
System.Security.Cryptography.Pkcs (4)
Internal\Cryptography\Pal\AnyOS\ManagedPal.Decode.cs (1)
78return new ManagedDecryptorPal(copy, data, new RecipientInfoCollection(recipientInfos));
System\Security\Cryptography\Pkcs\EnvelopedCms.cs (3)
71return new RecipientInfoCollection(); 195DecryptContent(new RecipientInfoCollection(recipientInfo), null); 209DecryptContent(new RecipientInfoCollection(recipientInfo), extraStore);
9 references to RecipientInfoCollection
System.Security (1)
System.Security.cs (1)
25[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.Pkcs.RecipientInfoCollection))]
System.Security.Cryptography.Pkcs (8)
Internal\Cryptography\DecryptorPal.cs (2)
15internal DecryptorPal(RecipientInfoCollection recipientInfos) 26public RecipientInfoCollection RecipientInfos { get; }
Internal\Cryptography\Pal\AnyOS\ManagedPal.Decrypt.cs (1)
25RecipientInfoCollection recipientInfos)
System\Security\Cryptography\Pkcs\EnvelopedCms.cs (2)
64public RecipientInfoCollection RecipientInfos 246private void DecryptContent(RecipientInfoCollection recipientInfos, X509Certificate2Collection? extraStore)
System\Security\Cryptography\Pkcs\RecipientInfoCollection.cs (1)
54return ((RecipientInfoCollection)this).GetEnumerator();
System\Security\Cryptography\Pkcs\RecipientInfoEnumerator.cs (2)
12internal RecipientInfoEnumerator(RecipientInfoCollection RecipientInfos) 49private readonly RecipientInfoCollection _recipientInfos;