Umbraco.Community.DataProtection 16.0.0-alpha0004

This is a prerelease version of Umbraco.Community.DataProtection.
There is a newer version of this package available.
See the version list below for details.
dotnet add package Umbraco.Community.DataProtection --version 16.0.0-alpha0004
                    
NuGet\Install-Package Umbraco.Community.DataProtection -Version 16.0.0-alpha0004
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Umbraco.Community.DataProtection" Version="16.0.0-alpha0004" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Umbraco.Community.DataProtection" Version="16.0.0-alpha0004" />
                    
Directory.Packages.props
<PackageReference Include="Umbraco.Community.DataProtection" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Umbraco.Community.DataProtection --version 16.0.0-alpha0004
                    
#r "nuget: Umbraco.Community.DataProtection, 16.0.0-alpha0004"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package Umbraco.Community.DataProtection@16.0.0-alpha0004
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Umbraco.Community.DataProtection&version=16.0.0-alpha0004&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=Umbraco.Community.DataProtection&version=16.0.0-alpha0004&prerelease
                    
Install as a Cake Tool

Umbraco.Community.DataProtection

Documentation Umbraco Marketplace License NuGet Downloads Project Website

Simple ASP.NET Core Data Protection for Umbraco CMS.

Data protection keys are stored in the Umbraco database.

Quick Start

dotnet add package Umbraco.Community.DataProtection
using Umbraco.Cms.Core.Composing;
using Umbraco.Cms.Core.DependencyInjection;

namespace Project.Web;

public class Composer : IComposer
{
    public void Compose(IUmbracoBuilder builder)
    {
        builder.AddUmbracoDataProtection();
    }
}

Contributing

Contributions to this package are most welcome! Please visit the Contributing page.

Acknowledgements (Thanks)

Product Compatible and additional computed target framework versions.
.NET net9.0 is compatible.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
17.0.1 214 12/26/2025
17.0.1-alpha.3 130 12/22/2025
17.0.0 164 11/29/2025
17.0.0-alpha.5 145 11/28/2025
17.0.0-alpha.2 144 11/26/2025
16.0.1 398 8/12/2025
16.0.1-alpha0009 195 8/10/2025
16.0.0 403 6/12/2025
16.0.0-alpha0004 332 6/10/2025
14.0.8 331 6/12/2025
13.0.8 235 12/21/2025
13.0.8-alpha0013 265 12/17/2025
13.0.8-alpha0005 137 11/29/2025
13.0.7 548 10/29/2025
13.0.7-alpha0010 208 10/28/2025
13.0.6 820 8/12/2025
13.0.6-alpha0003 183 8/10/2025
13.0.5 475 7/27/2025
13.0.5-alpha0012 186 7/16/2025
Loading failed