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