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