4 instantiations of RecipientInfoCollection
System.Security.Cryptography.Pkcs (4)
Internal\Cryptography\Pal\AnyOS\ManagedPal.Decode.cs (1)
78
return new ManagedDecryptorPal(copy, data, new
RecipientInfoCollection
(recipientInfos));
System\Security\Cryptography\Pkcs\EnvelopedCms.cs (3)
71
return new
RecipientInfoCollection
();
195
DecryptContent(new
RecipientInfoCollection
(recipientInfo), null);
209
DecryptContent(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)
15
internal DecryptorPal(
RecipientInfoCollection
recipientInfos)
26
public
RecipientInfoCollection
RecipientInfos { get; }
Internal\Cryptography\Pal\AnyOS\ManagedPal.Decrypt.cs (1)
25
RecipientInfoCollection
recipientInfos)
System\Security\Cryptography\Pkcs\EnvelopedCms.cs (2)
64
public
RecipientInfoCollection
RecipientInfos
246
private void DecryptContent(
RecipientInfoCollection
recipientInfos, X509Certificate2Collection? extraStore)
System\Security\Cryptography\Pkcs\RecipientInfoCollection.cs (1)
54
return ((
RecipientInfoCollection
)this).GetEnumerator();
System\Security\Cryptography\Pkcs\RecipientInfoEnumerator.cs (2)
12
internal RecipientInfoEnumerator(
RecipientInfoCollection
RecipientInfos)
49
private readonly
RecipientInfoCollection
_recipientInfos;