2 references to Protect
Microsoft.AspNetCore.Components.Endpoints (1)
src\aspnetcore\src\Shared\Components\ServerComponentSerializer.cs (1)
52
var protectedBytes = _dataProtector.
Protect
(serializedServerComponentBytes, dataExpiration);
Microsoft.AspNetCore.Components.Server (1)
src\aspnetcore\src\Shared\Components\ServerComponentSerializer.cs (1)
52
var protectedBytes = _dataProtector.
Protect
(serializedServerComponentBytes, dataExpiration);