1 write to CertificateConfig
Microsoft.AspNetCore.Server.Kestrel.Core (1)
IHttpsConfigurationService.cs (1)
107CertificateConfig = certificateConfig;
2 references to CertificateConfig
Microsoft.AspNetCore.Server.Kestrel.Core (2)
IHttpsConfigurationService.cs (1)
88/// A <see cref="Certificate"/>-<see cref="CertificateConfig"/> pair.
KestrelConfigurationLoader.cs (1)
358DefaultCertificateConfig = certPair.CertificateConfig;