Umbraco.Community.DataProtection 14.0.8

There is a newer version of this package available.
See the version list below for details.
dotnet add package Umbraco.Community.DataProtection --version 14.0.8
                    
NuGet\Install-Package Umbraco.Community.DataProtection -Version 14.0.8
                    
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="14.0.8" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Umbraco.Community.DataProtection" Version="14.0.8" />
                    
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 14.0.8
                    
#r "nuget: Umbraco.Community.DataProtection, 14.0.8"
                    
#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@14.0.8
                    
#: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=14.0.8
                    
Install as a Cake Addin
#tool nuget:?package=Umbraco.Community.DataProtection&version=14.0.8
                    
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 net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  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 192 12/26/2025
17.0.1-alpha.3 129 12/22/2025
17.0.0 163 11/29/2025
17.0.0-alpha.5 142 11/28/2025
17.0.0-alpha.2 142 11/26/2025
16.0.1 395 8/12/2025
16.0.1-alpha0009 191 8/10/2025
16.0.0 401 6/12/2025
14.0.8 331 6/12/2025
13.0.8 218 12/21/2025
13.0.8-alpha0013 264 12/17/2025
13.0.8-alpha0005 136 11/29/2025
13.0.7 543 10/29/2025
13.0.7-alpha0010 207 10/28/2025
13.0.6 790 8/12/2025
13.0.6-alpha0003 182 8/10/2025
13.0.5 474 7/27/2025
13.0.5-alpha0012 186 7/16/2025
10.0.5 318 6/12/2025
Loading failed