2 references to _protector
Microsoft.AspNetCore.Mvc.TagHelpers.Test (2)
ProtectedPrerenderComponentApplicationStateTest.cs (2)
33Assert.Equal(expected, _protector.Unprotect(store.PersistedState)); 45var persistedState = Convert.ToBase64String(_protector.Protect(JsonSerializer.SerializeToUtf8Bytes(expectedState)));