5 references to DevelopmentCertificate
Templates.Tests (5)
src\ProjectTemplates\Shared\AspNetProcess.cs (2)
26private readonly DevelopmentCertificate _developmentCertificate; 32DevelopmentCertificate cert,
src\ProjectTemplates\Shared\DevelopmentCertificate.cs (1)
15public static DevelopmentCertificate Get(Assembly assembly)
src\ProjectTemplates\Shared\Project.cs (2)
54public static DevelopmentCertificate DevCert { get; } = DevelopmentCertificate.Get(typeof(Project).Assembly);