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