2 implementations of LoadDefaultCertificate
Microsoft.AspNetCore.Server.Kestrel.Core (2)
HttpsConfigurationService.cs (1)
96
public CertificateAndConfig?
LoadDefaultCertificate
(ConfigurationReader configurationReader)
KestrelServer.cs (1)
112
public CertificateAndConfig?
LoadDefaultCertificate
(ConfigurationReader configurationReader)
1 reference to LoadDefaultCertificate
Microsoft.AspNetCore.Server.Kestrel.Core (1)
KestrelConfigurationLoader.cs (1)
351
if (_httpsConfigurationService.IsInitialized && _httpsConfigurationService.
LoadDefaultCertificate
(ConfigurationReader) is CertificateAndConfig certPair)