Implemented interface member:
property
Count
System.Collections.ICollection.Count
19 references to Count
System (6)
net\System\Net\_SecureChannel.cs (2)
650if (chain.ChainElements.Count > 0) 652for (int ii=0; ii< chain.ChainElements.Count; ++ii)
net\System\Net\UnsafeNativeMethods.cs (1)
1738if (chain.ChainElements.Count > 0)
security\system\security\cryptography\x509\x509chainelement.cs (3)
119if (index + this.Count > array.Length) 122for (int i=0; i < this.Count; i++) { 169if (m_current == ((int) m_chainElements.Count - 1))
System.Core (1)
System\Security\Cryptography\X509Certificates\AuthenticodeSignatureInformation.cs (1)
114Debug.Assert(SignatureChain.ChainElements.Count > 0, "SignatureChain.ChainElements.Count > 0");
System.IdentityModel (4)
System\IdentityModel\Claims\X509CertificateClaimSet.cs (2)
110if (this.index + 1 < this.elements.Count) 156for (int i = this.index + 1; i < this.elements.Count; ++i)
System\IdentityModel\X509Util.cs (2)
141if (elements.Count > 1) 157for (int i = 1; i < elements.Count; ++i)
System.Security (5)
system\security\cryptography\pkcs\pkcsutils.cs (3)
933cCerts = chain.ChainElements.Count; 937if (chain.ChainElements.Count > 1) { 938cCerts = chain.ChainElements.Count - 1;
system\security\cryptography\x509\x509utils.cs (1)
244if (elements.Count != 1)
system\security\cryptography\xml\keyinfo.cs (1)
544for (int index = 0; index < (X509Utils.IsSelfSigned(chain) ? 1 : elements.Count - 1); index++) {
System.ServiceModel (3)
System\ServiceModel\EndpointIdentity.cs (2)
136if (certificateChain.ChainElements.Count == 0) 143for (int i = 1; i < certificateChain.ChainElements.Count; ++i)
System\ServiceModel\Security\X509ClientCertificateAuthentication.cs (1)
264if (chain.ChainElements.Count > 1) //is not self-signed