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