1 write to SecondaryApiKey
Aspire.Dashboard.Tests (1)
OtlpApiKeyAuthenticationHandlerTests.cs (1)
84
SecondaryApiKey
= secondaryApiKey
2 references to SecondaryApiKey
Aspire.Dashboard (2)
Configuration\DashboardOptions.cs (2)
133
_secondaryApiKeyBytes =
SecondaryApiKey
!= null ? Encoding.UTF8.GetBytes(
SecondaryApiKey
) : null;