2 implementations of TrustCertificate
Aspire.Hosting (1)
DeveloperCertificateService.cs (1)
77
public bool
TrustCertificate
{ get; }
Aspire.Hosting.Tests (1)
Utils\TestDeveloperCertificateService.cs (1)
20
public bool
TrustCertificate
=> trustCertificate;
1 reference to TrustCertificate
Aspire.Hosting (1)
ApplicationModel\ResourceExtensions.cs (1)
405
var trustDevCert = developerCertificateService.
TrustCertificate
;