1 implementation of IAspNetCoreCertificateGenerator
dotnet-aot (1)
parent\dotnet\AspNetCoreCertificateGenerator.cs (1)
10public class AspNetCoreCertificateGenerator : IAspNetCoreCertificateGenerator
3 references to IAspNetCoreCertificateGenerator
dotnet-aot (1)
parent\dotnet\FirstRunExperience.cs (1)
111IAspNetCoreCertificateGenerator aspnetCertificateGenerator = new AspNetCoreCertificateGenerator();
Microsoft.DotNet.Configurer (2)
DotnetFirstTimeUseConfigurer.cs (2)
15private readonly IAspNetCoreCertificateGenerator _aspNetCoreCertificateGenerator; 23IAspNetCoreCertificateGenerator aspNetCoreCertificateGenerator,