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