Implemented interface member:
17 references to Count
NuGet.Packaging (10)
Signing\Archive\SignedPackageArchiveUtility.cs (1)
343for (var i = 0; i < countersigners.Count; ++i)
Signing\Cms\ManagedCmsWrapper.cs (7)
26if (_signedCms.SignerInfos.Count != 1) 36if (_signedCms.SignerInfos.Count != 1) 40else if (_signedCms.SignerInfos[0].CounterSignerInfos.Count == 0) 58if (_signedCms.SignerInfos.Count != 1) 72if (_signedCms.SignerInfos.Count != 1) 76else if (_signedCms.SignerInfos[0].CounterSignerInfos.Count != 1) 90if (_signedCms.SignerInfos.Count != 1)
Signing\Signatures\PrimarySignature.cs (1)
57if (cms.SignerInfos.Count != 1)
Signing\Utility\SignatureUtility.cs (1)
342if (signedCms.SignerInfos.Count != 1)
System.Security.Cryptography.Pkcs (7)
System\Security\Cryptography\Pkcs\Rfc3161TimestampToken.cs (1)
347if (signerInfos.Count != 1)
System\Security\Cryptography\Pkcs\SignedCms.cs (3)
608if (signers.Count < 1) 619if (counterSigners.Count > 0) 634if (signers.Count < 1)
System\Security\Cryptography\Pkcs\SignerInfoCollection.cs (2)
63if (index + Count > array.Length) 66for (int i = 0; i < Count; i++)
System\Security\Cryptography\Pkcs\SignerInfoEnumerator.cs (1)
29if (next >= _signerInfos.Count)