2 references to SecondaryApiKey
Aspire.Dashboard (2)
Configuration\DashboardOptions.cs (2)
185
_secondaryApiKeyBytes =
SecondaryApiKey
!= null ? Encoding.UTF8.GetBytes(
SecondaryApiKey
) : null;