1 type derived from X509CertificateCollection
System.Security.Cryptography (1)
23 instantiations of X509CertificateCollection
Aspire.Dashboard.Tests (3)
dotnet-svcutil-lib (1)
HttpClientApp (1)
InMemory.FunctionalTests (3)
Interop.FunctionalTests (1)
Microsoft.AspNetCore.Http.Connections.Client (1)
Microsoft.AspNetCore.Server.Kestrel.Transport.Quic.Tests (1)
Microsoft.AspNetCore.SignalR.Client.Tests (1)
Sockets.FunctionalTests (1)
System.Net.Http (1)
System.Net.Mail (1)
System.Net.Quic (1)
System.Net.Requests (3)
System.Net.Security (2)
System.Net.WebSockets.Client (1)
System.ServiceModel.NetFramingBase (1)
47 references to X509CertificateCollection
Aspire.Dashboard (3)
Aspire.Dashboard.Tests (4)
dotnet-svcutil-lib (2)
Microsoft.AspNetCore.Http.Connections.Client (5)
netstandard (1)
System (1)
System.DirectoryServices.Protocols (1)
System.Net.Http (2)
System.Net.Mail (5)
System.Net.Requests (5)
System.Net.Security (10)
System\Net\Security\SslStream.cs (7)
36public delegate X509Certificate LocalCertificateSelectionCallback(object sender, string targetHost, X509CertificateCollection localCertificates, X509Certificate? remoteCertificate, string[] acceptableIssuers);
235public virtual IAsyncResult BeginAuthenticateAsClient(string targetHost, X509CertificateCollection? clientCertificates,
241public virtual IAsyncResult BeginAuthenticateAsClient(string targetHost, X509CertificateCollection? clientCertificates,
313public virtual void AuthenticateAsClient(string targetHost, X509CertificateCollection? clientCertificates, bool checkCertificateRevocation)
318public virtual void AuthenticateAsClient(string targetHost, X509CertificateCollection? clientCertificates, SslProtocols enabledSslProtocols, bool checkCertificateRevocation)
378public virtual Task AuthenticateAsClientAsync(string targetHost, X509CertificateCollection? clientCertificates, bool checkCertificateRevocation) => AuthenticateAsClientAsync(targetHost, clientCertificates, SecurityProtocol.SystemDefaultSecurityProtocols, checkCertificateRevocation);
380public virtual Task AuthenticateAsClientAsync(string targetHost, X509CertificateCollection? clientCertificates, SslProtocols enabledSslProtocols, bool checkCertificateRevocation)
System.Net.WebSockets.Client (2)
System.Security.Cryptography (3)
System.Security.Cryptography.X509Certificates (1)
System.ServiceModel.NetFramingBase (2)