2 references to DebugSessionServerCertificateName
Aspire.Hosting (1)
Dashboard\DashboardLifecycleHook.cs (1)
340
context.EnvironmentVariables[DashboardConfigNames.
DebugSessionServerCertificateName
.EnvVarName] = sessionCertificate;
Aspire.Hosting.Tests (1)
Dashboard\DashboardLifecycleHookTests.cs (1)
146
Assert.Equal(debugSessionCert, dashboardEnvironmentVariables.GetValueOrDefault(DashboardConfigNames.
DebugSessionServerCertificateName
.EnvVarName));