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