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