1 write to Certificate
Microsoft.AspNetCore.Server.Kestrel.Core (1)
IHttpsConfigurationService.cs (1)
106Certificate = certificate;
3 references to Certificate
Microsoft.AspNetCore.Server.Kestrel.Core (3)
IHttpsConfigurationService.cs (1)
88/// A <see cref="Certificate"/>-<see cref="CertificateConfig"/> pair.
KestrelConfigurationLoader.cs (1)
356DefaultCertificate = certPair.Certificate;
TlsConfigurationLoader.cs (1)
143_serverLogger.LocatedDevelopmentCertificate(pair.Certificate);