5 references to
System.Security.Cryptography.Pkcs (5)
Internal\Cryptography\Pal\AnyOS\ManagedPal.Encrypt.cs (1)
108CmsRecipient recipient = recipients[i];
Internal\Cryptography\Pal\Windows\PkcsPalWindows.Encrypt.cs (1)
159rgCmsRecipients[index] = EncodeRecipientInfo(recipients[index], contentEncryptionAlgorithm, hb);
System\Security\Cryptography\Pkcs\CmsRecipientCollection.cs (1)
95array.SetValue(this[i], index);
System\Security\Cryptography\Pkcs\CmsRecipientEnumerator.cs (2)
22return _recipients[_current]; 30return _recipients[_current];