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