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