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