1 write to _apiKeyBytes
Aspire.Hosting (1)
Dashboard\ResourceServiceOptions.cs (1)
32_apiKeyBytes = value is null ? null : Encoding.UTF8.GetBytes(value);
1 reference to _apiKeyBytes
Aspire.Hosting (1)
Dashboard\ResourceServiceOptions.cs (1)
38return _apiKeyBytes ?? throw new InvalidOperationException($"AppHost:ResourceService:ApiKey is not specified in configuration.");