5 references to 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)
94return HttpsConfigurationService.UseHttpsWithDefaultsWorker(listenOptions);
TlsConfigurationLoader.cs (1)
20/// in `CreateSlimBuilder` scenarios. Managed by <see cref="HttpsConfigurationService"/>.