Implemented interface member:
property
Count
System.Collections.ICollection.Count
7 references to Count
System.Security (6)
system\security\cryptography\pkcs\signedpkcs7.cs (3)
446
if (signers == null || signers.
Count
< 1)
451
if (signer.CounterSignerInfos.
Count
> 0)
457
if (signers == null || signers.
Count
< 1)
system\security\cryptography\pkcs\signerinfo.cs (3)
822
if (index + this.
Count
> array.Length)
825
for (int i=0; i < this.
Count
; i++) {
873
if (m_current == ((int) m_signerInfos.
Count
- 1)) {
System.Windows.Forms (1)
parent\parent\parent\public\Internal\NDP\Inc\mansign2.cs (1)
866
if (signedCms.SignerInfos.
Count
!= 1)