4 instantiations of RecipientInfoCollection
System.Security (4)
system\security\cryptography\pkcs\envelopedpkcs7.cs (4)
154return new RecipientInfoCollection(); 156return new RecipientInfoCollection(m_safeCryptMsgHandle); 230DecryptContent(new RecipientInfoCollection(recipientInfo), null); 247DecryptContent(new RecipientInfoCollection(recipientInfo), extraStore);
4 references to RecipientInfoCollection
System.Security (4)
system\security\cryptography\pkcs\envelopedpkcs7.cs (2)
150public RecipientInfoCollection RecipientInfos { 255private unsafe void DecryptContent (RecipientInfoCollection recipientInfos, X509Certificate2Collection extraStore) {
system\security\cryptography\pkcs\recipientinfo.cs (2)
523private RecipientInfoCollection m_recipientInfos; 528internal RecipientInfoEnumerator(RecipientInfoCollection RecipientInfos) {