8 writes to IsHttpsDevelopmentCertificate
aspire (1)
Certificates\NativeCertificateToolRunner.cs (1)
54IsHttpsDevelopmentCertificate = CertificateManager.IsHttpsDevelopmentCertificate(cert),
Aspire.Cli.Tests (7)
Certificates\CertificateServiceTests.cs (3)
242Certificates = [new DevCertInfo { Version = 5, TrustLevel = CertificateManager.TrustLevel.Full, IsHttpsDevelopmentCertificate = true, ValidityNotBefore = DateTimeOffset.Now.AddDays(-1), ValidityNotAfter = DateTimeOffset.Now.AddDays(365) }] 286Certificates = [new DevCertInfo { Version = 5, TrustLevel = CertificateManager.TrustLevel.Full, IsHttpsDevelopmentCertificate = true, ValidityNotBefore = DateTimeOffset.Now.AddDays(-1), ValidityNotAfter = DateTimeOffset.Now.AddDays(365) }] 673IsHttpsDevelopmentCertificate = true,
Commands\CertificatesCommandTests.cs (1)
82IsHttpsDevelopmentCertificate = true,
Utils\DevCertsCheckFixRecommendationTests.cs (1)
156IsHttpsDevelopmentCertificate = true,
Utils\DevCertsCheckTests.cs (2)
29IsHttpsDevelopmentCertificate = true, 44IsHttpsDevelopmentCertificate = true,
2 references to IsHttpsDevelopmentCertificate
aspire (2)
Certificates\NativeCertificateToolRunner.cs (1)
61.Where(c => c.IsHttpsDevelopmentCertificate && c.ValidityNotBefore <= now && now <= c.ValidityNotAfter)
Utils\EnvironmentChecker\DevCertsCheck.cs (1)
258.Where(c => c.IsHttpsDevelopmentCertificate &&