5 instantiations of RecipientInfoCollection
System.Security.Cryptography.Pkcs (5)
Internal\Cryptography\Pal\AnyOS\ManagedPal.Decode.cs (1)
78
return new ManagedDecryptorPal(copy, data, new
RecipientInfoCollection
(recipientInfos));
Internal\Cryptography\Pal\Windows\DecryptorPalWindows.DecodeRecipients.cs (1)
33
return new
RecipientInfoCollection
(recipientInfos);
System\Security\Cryptography\Pkcs\EnvelopedCms.cs (3)
65
return new
RecipientInfoCollection
();
182
DecryptContent(new
RecipientInfoCollection
(recipientInfo), null);
190
DecryptContent(new
RecipientInfoCollection
(recipientInfo), extraStore);
12 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 (11)
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)
Internal\Cryptography\Pal\Windows\DecryptorPalWindows.cs (1)
14
RecipientInfoCollection
recipientInfos,
Internal\Cryptography\Pal\Windows\DecryptorPalWindows.Decode.cs (1)
67
RecipientInfoCollection
recipientInfos = CreateRecipientInfos(hCryptMsg);
Internal\Cryptography\Pal\Windows\DecryptorPalWindows.DecodeRecipients.cs (1)
17
private static
RecipientInfoCollection
CreateRecipientInfos(SafeCryptMsgHandle hCryptMsg)
System\Security\Cryptography\Pkcs\EnvelopedCms.cs (2)
58
public
RecipientInfoCollection
RecipientInfos
226
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;