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)
351
if (
_httpsConfigurationService
.IsInitialized &&
_httpsConfigurationService
.LoadDefaultCertificate(ConfigurationReader) is CertificateAndConfig certPair)
385
_httpsConfigurationService
.ApplyHttpsConfiguration(httpsOptions, endpoint, Options, DefaultCertificateConfig, ConfigurationReader);
419
_httpsConfigurationService
.UseHttpsWithSni(listenOptions, httpsOptions, endpoint);