2 writes to RecipientInfos
System.Security.Cryptography.Pkcs (2)
Internal\Cryptography\Pal\AnyOS\ManagedPal.Encrypt.cs (1)
101envelopedData.RecipientInfos = new RecipientInfoAsn[recipients.Count];
System\Security\Cryptography\Pkcs\Asn1\EnvelopedDataAsn.xml.cs (1)
134decoded.RecipientInfos = tmpList.ToArray();
4 references to RecipientInfos
System.Security.Cryptography.Pkcs (4)
Internal\Cryptography\Pal\AnyOS\ManagedPal.Decode.cs (1)
57foreach (RecipientInfoAsn recipientInfo in data.RecipientInfos)
Internal\Cryptography\Pal\AnyOS\ManagedPal.Encrypt.cs (1)
110envelopedData.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);