2 references to ProtectionPrefix
Microsoft.AspNetCore.Components.Server.Tests (2)
ProtectedBrowserStorageTest.cs (2)
329var fakeProtectedString = $"{ProtectionPrefix(_purpose)}{plaintextString}"; 338var expectedPrefix = ProtectionPrefix(_purpose);