4 references to IsAspNetCoreDevelopmentCertificate
Aspire.Hosting (1)
DeveloperCertificateService.cs (1)
39.Where(c => c.IsAspNetCoreDevelopmentCertificate())
Aspire.Hosting.Tests (2)
DistributedApplicationTests.cs (2)
826Assert.All(certs, (cert) => cert.IsAspNetCoreDevelopmentCertificate()); 868Assert.All(certs, (cert) => cert.IsAspNetCoreDevelopmentCertificate());
Aspire.TestUtilities (1)
RequiresDevCertAttribute.cs (1)
27.Where(c => c.IsAspNetCoreDevelopmentCertificate())