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