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