2 references to DcpTlsDeveloperCertificateEnabled
Aspire.Hosting (1)
Diagnostics\ProfilingTelemetry.cs (1)
910public void SetDcpTlsDeveloperCertificateEnabled(bool enabled) => SetTag(Tags.DcpTlsDeveloperCertificateEnabled, enabled);
Aspire.Hosting.Tests (1)
Dcp\DcpHostNotificationTests.cs (1)
510Assert.Equal(true, certificateActivity.GetTagItem(ProfilingTelemetry.Tags.DcpTlsDeveloperCertificateEnabled));