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