1 write to _protector
Microsoft.AspNetCore.Components.Endpoints (1)
src\Shared\Components\ProtectedPrerenderComponentApplicationStore.cs (1)
31_protector = dataProtectionProvider.CreateProtector("Microsoft.AspNetCore.Components.Server.State");
3 references to _protector
Microsoft.AspNetCore.Components.Endpoints (3)
src\Shared\Components\ProtectedPrerenderComponentApplicationStore.cs (3)
21DeserializeState(_protector.Unprotect(Convert.FromBase64String(existingState))); 27return _protector != null ? _protector.Protect(bytes) : bytes;