2 implementations of ICertificateConfigLoader
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\Certificates\CertificateConfigLoader.cs (1)
13internal sealed class CertificateConfigLoader : ICertificateConfigLoader
Microsoft.AspNetCore.Server.Kestrel.Core.Tests (1)
SniOptionsSelectorTests.cs (1)
925private class MockCertificateConfigLoader : ICertificateConfigLoader
2 references to ICertificateConfigLoader
Microsoft.AspNetCore.Server.Kestrel.Core (2)
Internal\SniOptionsSelector.cs (1)
35ICertificateConfigLoader certifcateConfigLoader,
TlsConfigurationLoader.cs (1)
24private readonly ICertificateConfigLoader _certificateConfigLoader;