1 type derived from X509CertificateCollection
System.Security.Cryptography (1)
15 instantiations of X509CertificateCollection
Aspire.Dashboard.Tests (3)
dotnet-svcutil-lib (1)
Microsoft.AspNetCore.Http.Connections.Client (1)
System.DirectoryServices.Protocols (1)
System.Net.Http (1)
System.Net.Mail (1)
System.Net.Quic (1)
System.Net.Requests (3)
System.Net.Security (2)
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 (2)
System.Net.Http (2)
System.Net.Http.WinHttpHandler (1)
System.Net.Mail (4)
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);
240public virtual IAsyncResult BeginAuthenticateAsClient(string targetHost, X509CertificateCollection? clientCertificates,
246public virtual IAsyncResult BeginAuthenticateAsClient(string targetHost, X509CertificateCollection? clientCertificates,
318public virtual void AuthenticateAsClient(string targetHost, X509CertificateCollection? clientCertificates, bool checkCertificateRevocation)
323public virtual void AuthenticateAsClient(string targetHost, X509CertificateCollection? clientCertificates, SslProtocols enabledSslProtocols, bool checkCertificateRevocation)
383public virtual Task AuthenticateAsClientAsync(string targetHost, X509CertificateCollection? clientCertificates, bool checkCertificateRevocation) => AuthenticateAsClientAsync(targetHost, clientCertificates, SslProtocols.None, checkCertificateRevocation);
385public virtual Task AuthenticateAsClientAsync(string targetHost, X509CertificateCollection? clientCertificates, SslProtocols enabledSslProtocols, bool checkCertificateRevocation)
System.Net.WebSockets.Client (1)
System.Security.Cryptography (3)
System.Security.Cryptography.X509Certificates (1)
System.ServiceModel.NetFramingBase (2)