5 references to IsAspNetCoreDevelopmentCertificate
Aspire.Hosting (3)
DeveloperCertificateService.cs (3)
142.Where(c => c.IsAspNetCoreDevelopmentCertificate()) 179if (!certificate.IsAspNetCoreDevelopmentCertificate()) 212if (!certificate.IsAspNetCoreDevelopmentCertificate() || string.IsNullOrWhiteSpace(certificate.Thumbprint))
Aspire.Hosting.Tests (2)
DistributedApplicationTests.cs (2)
1062if (cert.IsAspNetCoreDevelopmentCertificate()) 1064Assert.True(X509Certificate2.CreateFromPem(foundCert.Contents).IsAspNetCoreDevelopmentCertificate());