1 write to _primaryApiKeyBytes
Aspire.Dashboard (1)
Configuration\DashboardOptions.cs (1)
133
_primaryApiKeyBytes
= PrimaryApiKey != null ? Encoding.UTF8.GetBytes(PrimaryApiKey) : null;
2 references to _primaryApiKeyBytes
Aspire.Dashboard (2)
Configuration\DashboardOptions.cs (2)
99
Debug.Assert(
_primaryApiKeyBytes
is not null, "Should have been parsed during validation.");
100
return
_primaryApiKeyBytes
;