2 instantiations of KeyAgreeRecipientInfo
System.Security (2)
system\security\cryptography\pkcs\recipientinfo.cs (2)
435m_recipientInfos.Add(new KeyAgreeRecipientInfo(pbCmsRecipientInfo, certIdRecipient, index, cRecipient)); 441m_recipientInfos.Add(new KeyAgreeRecipientInfo(pbCmsRecipientInfo, publicKeyRecipient, index, cRecipient));
4 references to KeyAgreeRecipientInfo
System.Security (4)
system\security\cryptography\pkcs\envelopedpkcs7.cs (4)
300KeyAgreeRecipientInfo keyAgree = (KeyAgreeRecipientInfo) recipientInfo; 549KeyAgreeRecipientInfo keyAgree = (KeyAgreeRecipientInfo) recipientInfo;