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