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