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