8 references to IsAspNetCoreDevelopmentCertificate
Aspire.Hosting (5)
Dcp\DcpExecutor.cs (4)
2612
if (OperatingSystem.IsMacOS() && certificate.
IsAspNetCoreDevelopmentCertificate
())
2664
if (pemKey is not null && OperatingSystem.IsMacOS() && certificate.
IsAspNetCoreDevelopmentCertificate
())
2685
if (OperatingSystem.IsMacOS() && certificate.
IsAspNetCoreDevelopmentCertificate
())
2716
if (pfxBytes is not null && OperatingSystem.IsMacOS() && certificate.
IsAspNetCoreDevelopmentCertificate
())
DeveloperCertificateService.cs (1)
39
.Where(c => c.
IsAspNetCoreDevelopmentCertificate
())
Aspire.Hosting.Tests (2)
DistributedApplicationTests.cs (2)
914
if (cert.
IsAspNetCoreDevelopmentCertificate
())
916
Assert.True(X509Certificate2.CreateFromPem(foundCert.Contents).
IsAspNetCoreDevelopmentCertificate
());
Aspire.TestUtilities (1)
RequiresDevCertAttribute.cs (1)
27
.Where(c => c.
IsAspNetCoreDevelopmentCertificate
())