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