1 write to _primaryApiKeyBytes
Aspire.Dashboard (1)
Configuration\DashboardOptions.cs (1)
184_primaryApiKeyBytes = PrimaryApiKey != null ? Encoding.UTF8.GetBytes(PrimaryApiKey) : null;
3 references to _primaryApiKeyBytes
Aspire.Dashboard (3)
Configuration\DashboardOptions.cs (3)
174Debug.Assert(_primaryApiKeyBytes is not null, "Should have been parsed during validation."); 175return _primaryApiKeyBytes; 178public byte[]? GetPrimaryApiKeyBytesOrNull() => _primaryApiKeyBytes;