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