8 references to HttpsConfigurationService
Microsoft.AspNetCore.Server.Kestrel (3)
WebHostBuilderKestrelExtensions.cs (3)
39
services.AddSingleton<
HttpsConfigurationService
.IInitializer,
HttpsConfigurationService
.Initializer>();
85
services.AddSingleton<IHttpsConfigurationService,
HttpsConfigurationService
>();
Microsoft.AspNetCore.Server.Kestrel.Core (5)
HttpsConfigurationService.cs (3)
33
/// Create an uninitialized <see cref="
HttpsConfigurationService
"/>.
41
/// Create an initialized <see cref="
HttpsConfigurationService
"/>.
230
/// Register an instance of this type to initialize registered instances of <see cref="
HttpsConfigurationService
"/>.
KestrelServer.cs (1)
96
return
HttpsConfigurationService
.UseHttpsWithDefaultsWorker(listenOptions);
TlsConfigurationLoader.cs (1)
20
/// in `CreateSlimBuilder` scenarios. Managed by <see cref="
HttpsConfigurationService
"/>.