Implemented interface member:
3 references to Count
System.Security.Cryptography.Pkcs (3)
System\Security\Cryptography\Pkcs\RecipientInfoCollection.cs (2)
68
if (index > array.Length -
Count
)
70
for (int i = 0; i <
Count
; i++)
System\Security\Cryptography\Pkcs\RecipientInfoEnumerator.cs (1)
36
if (_current >= _recipientInfos.
Count
- 1)