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