6 references to Certificate
System.Security (6)
system\security\cryptography\pkcs\envelopedpkcs7.cs (5)
392if (recipient.Certificate == null) 395if ((PkcsUtils.GetRecipientInfoType(recipient.Certificate) == RecipientInfoType.KeyAgreement) || 635recipientInfoTypes[index] = (uint) PkcsUtils.GetRecipientInfoType(recipients[index].Certificate); 687X509Certificate2 certificate = recipient.Certificate; 1028SafeCertContextHandle certContext = X509Utils.GetCertContext(recipients[index].Certificate);
system\security\cryptography\pkcs\pkcs7recipient.cs (1)
100m_recipients.Add(new CmsRecipient(recipient.RecipientIdentifierType, new X509Certificate2(recipient.Certificate)));