1 write to Certificate
Microsoft.AspNetCore.Server.Kestrel.Core (1)
IHttpsConfigurationService.cs (1)
97Certificate = 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)
353DefaultCertificate = certPair.Certificate;
TlsConfigurationLoader.cs (1)
139_serverLogger.LocatedDevelopmentCertificate(pair.Certificate);