1 write to HostEnvironment
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\Certificates\CertificateConfigLoader.cs (1)
17
HostEnvironment
= hostEnvironment;
3 references to HostEnvironment
Microsoft.AspNetCore.Server.Kestrel.Core (3)
Internal\Certificates\CertificateConfigLoader.cs (3)
39
var certificatePath = Path.Combine(
HostEnvironment
.ContentRootPath, certInfo.Path!);
45
var certificateKeyPath = Path.Combine(
HostEnvironment
.ContentRootPath, certInfo.KeyPath);
74
return (new X509Certificate2(Path.Combine(
HostEnvironment
.ContentRootPath, certInfo.Path!), certInfo.Password), fullChain);