1 write to _apiKeyBytes
Aspire.Dashboard (1)
Configuration\DashboardOptions.cs (1)
48_apiKeyBytes = ApiKey != null ? Encoding.UTF8.GetBytes(ApiKey) : null;
1 reference to _apiKeyBytes
Aspire.Dashboard (1)
Configuration\DashboardOptions.cs (1)
35internal byte[] GetApiKeyBytes() => _apiKeyBytes ?? throw new InvalidOperationException($"{nameof(ApiKey)} is not available.");