3 implementations of TrustCertificate
Aspire.Hosting (1)
DeveloperCertificateService.cs (1)
163public bool TrustCertificate { get; }
Aspire.Hosting.Tests (2)
ExecutionConfigurationGathererTests.cs (1)
844public bool TrustCertificate => true;
Utils\TestDeveloperCertificateService.cs (1)
20public bool TrustCertificate => trustCertificate;
2 references to TrustCertificate
Aspire.Hosting (2)
ApplicationModel\CertificateTrustExecutionConfigurationGatherer.cs (1)
35var trustDevCert = developerCertificateService.TrustCertificate;
Dashboard\DashboardEventHandlers.cs (1)
460var trustDeveloperCertificate = developerCertificateService.TrustCertificate;