3 writes to m_recipientInfos
System.Security (3)
system\security\cryptography\pkcs\recipientinfo.cs (3)
378
m_recipientInfos
= new ArrayList();
384
m_recipientInfos
= new ArrayList(1);
414
m_recipientInfos
= new ArrayList();
8 references to m_recipientInfos
System.Security (8)
system\security\cryptography\pkcs\recipientinfo.cs (8)
385
m_recipientInfos
.Add(recipientInfo);
427
m_recipientInfos
.Add(new KeyTransRecipientInfo(pbCmsRecipientInfo, keyTrans, index));
435
m_recipientInfos
.Add(new KeyAgreeRecipientInfo(pbCmsRecipientInfo, certIdRecipient, index, cRecipient));
441
m_recipientInfos
.Add(new KeyAgreeRecipientInfo(pbCmsRecipientInfo, publicKeyRecipient, index, cRecipient));
459
m_recipientInfos
.Add(new KeyTransRecipientInfo(pbCertInfo, certInfo, index));
468
if (index < 0 || index >=
m_recipientInfos
.Count)
470
return (RecipientInfo)
m_recipientInfos
[index];
476
return
m_recipientInfos
.Count;