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