fm.Extensions.DataProtection
6.0.0
dotnet add package fm.Extensions.DataProtection --version 6.0.0
NuGet\Install-Package fm.Extensions.DataProtection -Version 6.0.0
<PackageReference Include="fm.Extensions.DataProtection" Version="6.0.0" />
paket add fm.Extensions.DataProtection --version 6.0.0
#r "nuget: fm.Extensions.DataProtection, 6.0.0"
// Install fm.Extensions.DataProtection as a Cake Addin #addin nuget:?package=fm.Extensions.DataProtection&version=6.0.0 // Install fm.Extensions.DataProtection as a Cake Tool #tool nuget:?package=fm.Extensions.DataProtection&version=6.0.0
Makes using the Microsoft.AspNet.DataProtection package more convenient, especially when using IAuthenticatedEncryptor
Commonly used types:
AuthenticatedEncryptorExtensions
EncryptorEncoding
SecretKey
Examples:
SecretKey key = new SecretKey(new Secret(EncryptorEncoding.UTF8.GetBytes("Password")), this.GetRequiredService<IAuthenticatedEncryptorFactory>());
IAuthenticatedEncryptor encryptor = key.CreateEncryptor();
encryptor.DecryptToString(encryptor.Encrypt("Input", "AAD"), "AAD").ShouldBe("Input");
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net9.0 is compatible. |
-
net9.0
- Microsoft.AspNetCore.DataProtection (>= 9.0.0)
- Microsoft.Extensions.DependencyInjection.Abstractions (>= 9.0.0)
- Microsoft.Extensions.Logging.Abstractions (>= 9.0.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
BREAKING: Target .NET 9