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