11 references to ChainElements
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\IdentityModel\Claims\X509CertificateClaimSet.cs (1)
104_elements = chain.ChainElements;
Microsoft.DotNet.SignCheckLibrary (2)
Verification\XmlVerifier.cs (2)
76int numberOfChainElements = chain.ChainElements.Count; 84rootChainElement = chain.ChainElements[numberOfChainElements - 1];
System.Security.Cryptography.Pkcs (4)
System\Security\Cryptography\Pkcs\CmsSigner.cs (2)
468if (chain.ChainElements.Count == 0) 484X509ChainElementCollection elements = chain.ChainElements;
System\Security\Cryptography\Pkcs\SignerInfo.cs (2)
879for (int i = 0; i < chain.ChainElements.Count; i++) 881chain.ChainElements[i].Certificate.Dispose();
System.Security.Cryptography.Xml (4)
System\Security\Cryptography\Xml\KeyInfoX509Data.cs (2)
71elements = (X509ChainElementCollection)chain.ChainElements; 92elements = (X509ChainElementCollection)chain.ChainElements;
System\Security\Cryptography\Xml\SignedXmlDebugLog.cs (1)
1016foreach (X509ChainElement element in chain.ChainElements)
System\Security\Cryptography\Xml\Utils.cs (1)
739X509ChainElementCollection elements = chain.ChainElements;