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)
34
internal byte[] GetApiKeyBytes() =>
_apiKeyBytes
?? throw new InvalidOperationException($"{nameof(ApiKey)} is not available.");