9 writes to IsHttpsDevelopmentCertificate
aspire (1)
Certificates\NativeCertificateToolRunner.cs (1)
40
IsHttpsDevelopmentCertificate
= CertificateManager.IsHttpsDevelopmentCertificate(cert),
Aspire.Cli.Tests (8)
Certificates\CertificateServiceTests.cs (6)
31
Certificates = [new DevCertInfo { Version = 5, TrustLevel = CertificateManager.TrustLevel.Full,
IsHttpsDevelopmentCertificate
= true, ValidityNotBefore = DateTimeOffset.Now.AddDays(-1), ValidityNotAfter = DateTimeOffset.Now.AddDays(365) }]
70
Certificates = [new DevCertInfo { Version = 5, TrustLevel = CertificateManager.TrustLevel.None,
IsHttpsDevelopmentCertificate
= true, ValidityNotBefore = DateTimeOffset.Now.AddDays(-1), ValidityNotAfter = DateTimeOffset.Now.AddDays(365) }]
77
Certificates = [new DevCertInfo { Version = 5, TrustLevel = CertificateManager.TrustLevel.Full,
IsHttpsDevelopmentCertificate
= true, ValidityNotBefore = DateTimeOffset.Now.AddDays(-1), ValidityNotAfter = DateTimeOffset.Now.AddDays(365) }]
121
Certificates = [new DevCertInfo { Version = 5, TrustLevel = CertificateManager.TrustLevel.Partial,
IsHttpsDevelopmentCertificate
= true, ValidityNotBefore = DateTimeOffset.Now.AddDays(-1), ValidityNotAfter = DateTimeOffset.Now.AddDays(365) }]
168
Certificates = [new DevCertInfo { Version = 5, TrustLevel = CertificateManager.TrustLevel.Full,
IsHttpsDevelopmentCertificate
= true, ValidityNotBefore = DateTimeOffset.Now.AddDays(-1), ValidityNotAfter = DateTimeOffset.Now.AddDays(365) }]
205
Certificates = [new DevCertInfo { Version = 5, TrustLevel = CertificateManager.TrustLevel.None,
IsHttpsDevelopmentCertificate
= true, ValidityNotBefore = DateTimeOffset.Now.AddDays(-1), ValidityNotAfter = DateTimeOffset.Now.AddDays(365) }]
Utils\DevCertsCheckFixRecommendationTests.cs (1)
156
IsHttpsDevelopmentCertificate
= true,
Utils\DevCertsCheckTests.cs (1)
25
IsHttpsDevelopmentCertificate
= true,
1 reference to IsHttpsDevelopmentCertificate
aspire (1)
Certificates\NativeCertificateToolRunner.cs (1)
47
.Where(c => c.
IsHttpsDevelopmentCertificate
&& c.ValidityNotBefore <= now && now <= c.ValidityNotAfter)