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)
115
if (recipient.
RecipientIdentifierType
== SubjectIdentifierType.SubjectKeyIdentifier)
120
else if (recipient.
RecipientIdentifierType
== SubjectIdentifierType.IssuerAndSerialNumber)
137
recipient.
RecipientIdentifierType
.ToString());
Internal\Cryptography\PkcsHelpers.cs (2)
140
recipientCopy = new CmsRecipient(recipient.
RecipientIdentifierType
, certCopy);
144
recipientCopy = new CmsRecipient(recipient.
RecipientIdentifierType
, certCopy, recipient.RSAEncryptionPadding);