Implemented interface member:
7 references to Count
System.Security.Cryptography.Pkcs (7)
System\Security\Cryptography\Pkcs\Rfc3161TimestampToken.cs (1)
353if (signerInfos.Count != 1)
System\Security\Cryptography\Pkcs\SignedCms.cs (3)
628if (signers.Count < 1) 639if (counterSigners.Count > 0) 654if (signers.Count < 1)
System\Security\Cryptography\Pkcs\SignerInfoCollection.cs (2)
65if (index + Count > array.Length) 68for (int i = 0; i < Count; i++)
System\Security\Cryptography\Pkcs\SignerInfoEnumerator.cs (1)
29if (next >= _signerInfos.Count)