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