1 instantiation of DevelopmentCertificate
Templates.Blazor.Tests (1)
src\ProjectTemplates\Shared\DevelopmentCertificate.cs (1)
29return new DevelopmentCertificate(certificatePath, certificatePassword, certificateThumbprint);
7 references to DevelopmentCertificate
Templates.Blazor.Tests (7)
BlazorWasmTemplateTest.cs (2)
398var developmentCertificate = DevelopmentCertificate.Create(project.TemplateOutputDir);
src\ProjectTemplates\Shared\AspNetProcess.cs (2)
26private readonly DevelopmentCertificate _developmentCertificate; 32DevelopmentCertificate cert,
src\ProjectTemplates\Shared\DevelopmentCertificate.cs (1)
23public static DevelopmentCertificate Create(string workingDirectory)
src\ProjectTemplates\Shared\Project.cs (2)
54public static DevelopmentCertificate DevCert { get; } = DevelopmentCertificate.Create(AppContext.BaseDirectory);