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)
21
IsAuthenticated =
_expectedTokenBytes
is null;
33
if (
_expectedTokenBytes
is null)
48
var isMatch = CryptographicOperations.FixedTimeEquals(providedTokenBytes,
_expectedTokenBytes
);