Implemented interface member:
7 references to Count
System.Security.Cryptography.Pkcs (7)
Internal\Cryptography\Pal\AnyOS\ManagedPal.Encrypt.cs (2)
101
envelopedData.RecipientInfos = new RecipientInfoAsn[recipients.
Count
];
105
for (var i = 0; i < recipients.
Count
; i++)
System\Security\Cryptography\Pkcs\CmsRecipientCollection.cs (3)
99
if (index > array.Length -
Count
)
102
for (int i = 0; i <
Count
; i++)
118
if (index > array.Length -
Count
)
System\Security\Cryptography\Pkcs\CmsRecipientEnumerator.cs (1)
36
if (_current >= _recipients.
Count
- 1)
System\Security\Cryptography\Pkcs\EnvelopedCms.cs (1)
109
if (recipients.
Count
== 0)