3 implementations of TrustCertificate
Aspire.Hosting (1)
DeveloperCertificateService.cs (1)
103public bool TrustCertificate { get; }
Aspire.Hosting.Tests (2)
ExecutionConfigurationGathererTests.cs (1)
588public bool TrustCertificate => true;
Utils\TestDeveloperCertificateService.cs (1)
20public bool TrustCertificate => trustCertificate;
1 reference to TrustCertificate
Aspire.Hosting (1)
ApplicationModel\CertificateTrustExecutionConfigurationGatherer.cs (1)
34var trustDevCert = developerCertificateService.TrustCertificate;