fm.Extensions.DataProtection
3.2.0
See the version list below for details.
dotnet add package fm.Extensions.DataProtection --version 3.2.0
NuGet\Install-Package fm.Extensions.DataProtection -Version 3.2.0
<PackageReference Include="fm.Extensions.DataProtection" Version="3.2.0" />
paket add fm.Extensions.DataProtection --version 3.2.0
#r "nuget: fm.Extensions.DataProtection, 3.2.0"
// Install fm.Extensions.DataProtection as a Cake Addin #addin nuget:?package=fm.Extensions.DataProtection&version=3.2.0 // Install fm.Extensions.DataProtection as a Cake Tool #tool nuget:?package=fm.Extensions.DataProtection&version=3.2.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 | net6.0 is compatible. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. 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. |
-
net6.0
- Microsoft.AspNetCore.DataProtection (>= 6.0.9)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Target .NET 6