3 references to GetPrimaryApiKeyBytesOrNull
Aspire.Dashboard (1)
Api\ApiAuthenticationHandler.cs (1)
49var apiKeyBytes = currentOptions.Api.GetPrimaryApiKeyBytesOrNull();
Aspire.Dashboard.Tests (2)
Integration\TelemetryApiTests.cs (2)
81Assert.NotNull(options.Api.GetPrimaryApiKeyBytesOrNull()); 82Assert.Equal(apiKey.Length, options.Api.GetPrimaryApiKeyBytesOrNull()!.Length);