Implemented interface member:
7 references to Count
System.Security.Cryptography (7)
src\libraries\Common\src\Internal\Cryptography\PkcsHelpers.cs (1)
41if (attributes == null || attributes.Count == 0)
src\libraries\Common\src\System\Security\Cryptography\CryptographicAttributeObjectCollection.cs (3)
141if (index > array.Length - Count) 144for (int i = 0; i < Count; i++) 157if (index > array.Length - Count)
src\libraries\Common\src\System\Security\Cryptography\CryptographicAttributeObjectEnumerator.cs (1)
42if (_current >= _attributes.Count - 1)
src\libraries\Common\src\System\Security\Cryptography\Pkcs\Pkcs12SafeBag.cs (1)
84if (_attributes?.Count > 0)
src\libraries\Common\src\System\Security\Cryptography\Pkcs\Pkcs8PrivateKeyInfo.cs (1)
251if (Attributes.Count > 0)