1 implementation of LatestCertificateIsUntrusted
Aspire.Hosting.Tests (1)
Utils\TestDeveloperCertificateService.cs (1)
26public bool LatestCertificateIsUntrusted => latestCertificateIsUntrusted;
1 reference to LatestCertificateIsUntrusted
Aspire.Hosting (1)
Dcp\DcpHost.cs (1)
151var hasNewerUntrustedCert = _developerCertificateService.LatestCertificateIsUntrusted;