3 instantiations of X509ChainElementCollection
System.Security.Cryptography (3)
System\Security\Cryptography\X509Certificates\X509Chain.cs (3)
32_chainElements = new X509ChainElementCollection(_pal.ChainElements!); 40public X509ChainElementCollection ChainElements => _chainElements ??= new X509ChainElementCollection(); 143_chainElements = new X509ChainElementCollection(_pal.ChainElements!);
17 references to X509ChainElementCollection
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\IdentityModel\Claims\X509CertificateClaimSet.cs (2)
20private X509ChainElementCollection _elements; 42private X509CertificateClaimSet(X509ChainElementCollection elements, int index)
netstandard (1)
netstandard.cs (1)
1961[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.X509Certificates.X509ChainElementCollection))]
System (1)
src\libraries\shims\System\ref\System.cs (1)
870[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.X509Certificates.X509ChainElementCollection))]
System.Net.Quic (1)
System\Net\Quic\QuicConnection.SslConnectionOptions.cs (1)
261X509ChainElementCollection elements = chain.ChainElements;
System.Security.Cryptography (4)
System\Security\Cryptography\X509Certificates\X509Chain.cs (2)
15private X509ChainElementCollection? _chainElements; 40public X509ChainElementCollection ChainElements => _chainElements ??= new X509ChainElementCollection();
System\Security\Cryptography\X509Certificates\X509ChainElementEnumerator.cs (2)
11private readonly X509ChainElementCollection _chainElements; 14internal X509ChainElementEnumerator(X509ChainElementCollection chainElements)
System.Security.Cryptography.Pkcs (1)
System\Security\Cryptography\Pkcs\CmsSigner.cs (1)
365X509ChainElementCollection elements = chain.ChainElements;
System.Security.Cryptography.X509Certificates (1)
System.Security.Cryptography.X509Certificates.cs (1)
24[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.X509Certificates.X509ChainElementCollection))]
System.Security.Cryptography.Xml (4)
System\Security\Cryptography\Xml\KeyInfoX509Data.cs (3)
50X509ChainElementCollection elements; 66elements = (X509ChainElementCollection)chain.ChainElements; 87elements = (X509ChainElementCollection)chain.ChainElements;
System\Security\Cryptography\Xml\Utils.cs (1)
751X509ChainElementCollection elements = chain.ChainElements;
System.ServiceModel.Primitives (2)
System\IdentityModel\Claims\X509CertificateClaimSet.cs (2)
21private X509ChainElementCollection _elements; 46private X509CertificateClaimSet(X509ChainElementCollection elements, int index)