1 write to SecondaryApiKey
Aspire.Dashboard (1)
Configuration\PostConfigureDashboardOptions.cs (1)
100
options.Mcp.
SecondaryApiKey
= options.Api.SecondaryApiKey;
3 references to SecondaryApiKey
Aspire.Dashboard (3)
Configuration\DashboardOptions.cs (2)
257
_secondaryApiKeyBytes =
SecondaryApiKey
!= null ? Encoding.UTF8.GetBytes(
SecondaryApiKey
) : null;
Configuration\PostConfigureDashboardOptions.cs (1)
98
if (string.IsNullOrEmpty(options.Mcp.
SecondaryApiKey
) && !string.IsNullOrEmpty(options.Api.SecondaryApiKey))