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