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