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