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