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