1 write to RecipientIdentifierType
System.Security.Cryptography.Pkcs (1)
System\Security\Cryptography\Pkcs\CmsRecipient.cs (1)
71
RecipientIdentifierType
= recipientIdentifierType;
5 references to RecipientIdentifierType
System.Security.Cryptography.Pkcs (5)
Internal\Cryptography\Pal\AnyOS\ManagedPal.KeyTrans.cs (3)
114
if (recipient.
RecipientIdentifierType
== SubjectIdentifierType.SubjectKeyIdentifier)
119
else if (recipient.
RecipientIdentifierType
== SubjectIdentifierType.IssuerAndSerialNumber)
136
recipient.
RecipientIdentifierType
.ToString());
Internal\Cryptography\PkcsHelpers.cs (2)
221
recipientCopy = new CmsRecipient(recipient.
RecipientIdentifierType
, certCopy);
225
recipientCopy = new CmsRecipient(recipient.
RecipientIdentifierType
, certCopy, recipient.RSAEncryptionPadding);