SoCreate.AspNetCore.DataProtection.ServiceFabric
2.0.1
An implementation of ASP.NET Core data protection that allows Service Fabric to act as the store for you data protection keys. You can use this library to easily protect data when you need to persist the trusted information for later retrieval, but don't trust the persistence mechanism.
Install-Package SoCreate.AspNetCore.DataProtection.ServiceFabric -Version 2.0.1
dotnet add package SoCreate.AspNetCore.DataProtection.ServiceFabric --version 2.0.1
<PackageReference Include="SoCreate.AspNetCore.DataProtection.ServiceFabric" Version="2.0.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add SoCreate.AspNetCore.DataProtection.ServiceFabric --version 2.0.1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: SoCreate.AspNetCore.DataProtection.ServiceFabric, 2.0.1"
For F# scripts that support #r syntax, copy this into the source code to reference the package.
Dependencies
-
.NETStandard 2.0
- Microsoft.AspNetCore.DataProtection (>= 3.1.8)
- SoCreate.Extensions.Caching.ServiceFabric (>= 2.1.3)
Used By
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.