1 write to CertificateConfig
Microsoft.AspNetCore.Server.Kestrel.Core (1)
IHttpsConfigurationService.cs (1)
98CertificateConfig = 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)
354DefaultCertificateConfig = certPair.CertificateConfig;