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