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)
89public bool DefaultTlsTerminationEnabled => _supportsTlsTermination.Value && TrustCertificate;