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)
114if (recipient.RecipientIdentifierType == SubjectIdentifierType.SubjectKeyIdentifier) 119else if (recipient.RecipientIdentifierType == SubjectIdentifierType.IssuerAndSerialNumber) 136recipient.RecipientIdentifierType.ToString());
Internal\Cryptography\PkcsHelpers.cs (2)
221recipientCopy = new CmsRecipient(recipient.RecipientIdentifierType, certCopy); 225recipientCopy = new CmsRecipient(recipient.RecipientIdentifierType, certCopy, recipient.RSAEncryptionPadding);