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