1 write to _httpsConfigurationService
Microsoft.AspNetCore.Server.Kestrel.Core (1)
KestrelConfigurationLoader.cs (1)
48_httpsConfigurationService = httpsConfigurationService;
4 references to _httpsConfigurationService
Microsoft.AspNetCore.Server.Kestrel.Core (4)
KestrelConfigurationLoader.cs (4)
351if (_httpsConfigurationService.IsInitialized && _httpsConfigurationService.LoadDefaultCertificate(ConfigurationReader) is CertificateAndConfig certPair) 385_httpsConfigurationService.ApplyHttpsConfiguration(httpsOptions, endpoint, Options, DefaultCertificateConfig, ConfigurationReader); 419_httpsConfigurationService.UseHttpsWithSni(listenOptions, httpsOptions, endpoint);