1 instantiation of DevelopmentCertificate
Templates.Blazor.WebAssembly.Auth.Tests (1)
src\ProjectTemplates\Shared\DevelopmentCertificate.cs (1)
29return new DevelopmentCertificate(certificatePath, certificatePassword, certificateThumbprint);
5 references to DevelopmentCertificate
Templates.Blazor.WebAssembly.Auth.Tests (5)
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);