4 references to UseHttps
Microsoft.AspNetCore.Server.Kestrel.Core (2)
ListenOptionsHttpsExtensions.cs (2)
43return listenOptions.UseHttps(new X509Certificate2(Path.Combine(env.ContentRootPath, fileName))); 57return listenOptions.UseHttps(new X509Certificate2(Path.Combine(env.ContentRootPath, fileName), password));
Microsoft.AspNetCore.Testing (1)
ServiceFakesWebHostExtensions.cs (1)
55_ = listenOptions.UseHttps(sslCertificate);
Microsoft.DotNet.HotReload.Watch (1)
src\sdk\src\Dotnet.Watch\AspireService\AspireServerService.cs (1)
217listenOptions.UseHttps(_certificate);