1 write to _expectedTokenBytes
Aspire.Hosting.RemoteHost (1)
JsonRpcAuthenticationState.cs (1)
18_expectedTokenBytes = Encoding.UTF8.GetBytes(token);
3 references to _expectedTokenBytes
Aspire.Hosting.RemoteHost (3)
JsonRpcAuthenticationState.cs (3)
21IsAuthenticated = _expectedTokenBytes is null; 33if (_expectedTokenBytes is null) 48var isMatch = CryptographicOperations.FixedTimeEquals(providedTokenBytes, _expectedTokenBytes);