Implemented interface member:
10 references to Count
System.Security.Cryptography.Pkcs (10)
Internal\Cryptography\Pal\AnyOS\ManagedPal.Encrypt.cs (1)
79
if (unprotectedAttributes != null && unprotectedAttributes.
Count
> 0)
System\Security\Cryptography\CryptographicAttributeObjectCollection.cs (3)
147
if (index > array.Length -
Count
)
150
for (int i = 0; i <
Count
; i++)
166
if (index > array.Length -
Count
)
System\Security\Cryptography\CryptographicAttributeObjectEnumerator.cs (1)
36
if (_current >= _attributes.
Count
- 1)
System\Security\Cryptography\Pkcs\CmsSigner.cs (3)
207
if (SignedAttributes?.
Count
> 0 || contentTypeOid != Oids.Pkcs7Data)
282
if (UnsignedAttributes != null && UnsignedAttributes.
Count
> 0)
399
if (attributes == null || attributes.
Count
== 0)
System\Security\Cryptography\Pkcs\Pkcs12SafeBag.cs (1)
78
if (_attributes?.
Count
> 0)
System\Security\Cryptography\Pkcs\Pkcs8PrivateKeyInfo.cs (1)
263
if (Attributes.
Count
> 0)