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