1 write to TrustDeveloperCertificate
TestProject.AppHost (1)
TestProgram.cs (1)
58options.TrustDeveloperCertificate = trustDeveloperCertificate.Value;
2 references to TrustDeveloperCertificate
Aspire.Hosting (2)
Dcp\DcpExecutor.cs (2)
2067bool trustDevCert = _distributedApplicationOptions.TrustDeveloperCertificate; 2197bool trustDevCert = _distributedApplicationOptions.TrustDeveloperCertificate;