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