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