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