1 write to _supportsTlsTermination
Aspire.Hosting (1)
DeveloperCertificateService.cs (1)
67
_supportsTlsTermination
= new Lazy<bool>(() =>
1 reference to _supportsTlsTermination
Aspire.Hosting (1)
DeveloperCertificateService.cs (1)
89
public bool DefaultTlsTerminationEnabled =>
_supportsTlsTermination
.Value && TrustCertificate;