1 write to _tlsConfigurationLoader
Microsoft.AspNetCore.Server.Kestrel.Core (1)
HttpsConfigurationService.cs (1)
69_tlsConfigurationLoader = new TlsConfigurationLoader(hostEnvironment, serverLogger, httpsLogger);
5 references to _tlsConfigurationLoader
Microsoft.AspNetCore.Server.Kestrel.Core (5)
HttpsConfigurationService.cs (5)
84_tlsConfigurationLoader.ApplyHttpsConfiguration(httpsOptions, endpoint, serverOptions, defaultCertificateConfig, configurationReader); 92return _tlsConfigurationLoader.UseHttpsWithSni(listenOptions, httpsOptions, endpoint); 99return _tlsConfigurationLoader.LoadDefaultCertificate(configurationReader); 120[MemberNotNull(nameof(_useHttpsWithDefaults), nameof(_tlsConfigurationLoader), nameof(_populateMultiplexedTransportFeatures), nameof(_httpsLogger))] 136Debug.Assert(_tlsConfigurationLoader is not null);