4 references to RecipientIdentifierType
System.Security (4)
system\security\cryptography\pkcs\envelopedpkcs7.cs (3)
396
(recipient.
RecipientIdentifierType
== SubjectIdentifierType.SubjectKeyIdentifier))
748
if (recipient.
RecipientIdentifierType
== SubjectIdentifierType.SubjectKeyIdentifier) {
929
if (recipient.
RecipientIdentifierType
== SubjectIdentifierType.SubjectKeyIdentifier) {
system\security\cryptography\pkcs\pkcs7recipient.cs (1)
100
m_recipients.Add(new CmsRecipient(recipient.
RecipientIdentifierType
, new X509Certificate2(recipient.Certificate)));