ministate 0.3.0.29
MiniState simplifies managing cookie information or other string based property stores.
MiniState attempts to minimise the amount of data required to store values,
protect values from tampering using HMAC validation, reduce the risk of replay
attacks by specifying a valid lifetime of the values and mitigate the difficulties of
handling cookies set by previous revisions by using version numbers.
Install-Package ministate -Version 0.3.0.29
dotnet add package ministate --version 0.3.0.29
<PackageReference Include="ministate" Version="0.3.0.29" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add ministate --version 0.3.0.29
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Release Notes
This is a beta release and may not be suitable for production environments.
Dependencies
This package has no dependencies.
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.