1 write to _dataProtector
Microsoft.AspNetCore.Components.Endpoints (1)
DependencyInjection\ServerComponentSerializer.cs (1)
15
_dataProtector
= dataProtectionProvider
1 reference to _dataProtector
Microsoft.AspNetCore.Components.Endpoints (1)
DependencyInjection\ServerComponentSerializer.cs (1)
45
var protectedBytes =
_dataProtector
.Protect(serializedServerComponentBytes, ServerComponentSerializationSettings.DataExpiration);