Implemented interface member:
8 references to Count
Microsoft.DotNet.SignCheckLibrary (1)
Verification\AuthentiCode.cs (1)
207
int signerCount = signerInfos.
Count
;
System.Security.Cryptography.Pkcs (7)
System\Security\Cryptography\Pkcs\Rfc3161TimestampToken.cs (1)
347
if (signerInfos.
Count
!= 1)
System\Security\Cryptography\Pkcs\SignedCms.cs (3)
621
if (signers.
Count
< 1)
632
if (counterSigners.
Count
> 0)
647
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
)