2 writes to RecipientInfos
System.Security.Cryptography.Pkcs (2)
Internal\Cryptography\Pal\AnyOS\ManagedPal.Encrypt.cs (1)
102
envelopedData.
RecipientInfos
= new RecipientInfoAsn[recipients.Count];
System\Security\Cryptography\Pkcs\Asn1\EnvelopedDataAsn.xml.cs (1)
134
decoded.
RecipientInfos
= tmpList.ToArray();
5 references to RecipientInfos
System.Security.Cryptography.Pkcs (5)
Internal\Cryptography\Pal\AnyOS\ManagedPal.Decode.cs (1)
57
foreach (RecipientInfoAsn recipientInfo in data.
RecipientInfos
)
Internal\Cryptography\Pal\AnyOS\ManagedPal.Encrypt.cs (2)
115
envelopedData.
RecipientInfos
[i] = MakeKemRecipientInfo(cek, recipient);
121
envelopedData.
RecipientInfos
[i].Ktri = recipient.Certificate.GetKeyAlgorithm() switch
System\Security\Cryptography\Pkcs\Asn1\EnvelopedDataAsn.xml.cs (2)
39
for (int i = 0; i <
RecipientInfos
.Length; i++)
41
RecipientInfos
[i].Encode(writer);