Meerkat.Security
2.0.0
See the version list below for details.
dotnet add package Meerkat.Security --version 2.0.0
NuGet\Install-Package Meerkat.Security -Version 2.0.0
<PackageReference Include="Meerkat.Security" Version="2.0.0" />
paket add Meerkat.Security --version 2.0.0
#r "nuget: Meerkat.Security, 2.0.0"
// Install Meerkat.Security as a Cake Addin #addin nuget:?package=Meerkat.Security&version=2.0.0 // Install Meerkat.Security as a Cake Tool #tool nuget:?package=Meerkat.Security&version=2.0.0
An activity based security framework
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net45 is compatible. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
-
- Common.Logging (>= 3.3.1)
NuGet packages (3)
Showing the top 3 NuGet packages that depend on Meerkat.Security:
Package | Downloads |
---|---|
Meerkat.Security.Mvc
An activity based security framework for ASP.NET MVC |
|
Meerkat.Security.WebApi
An activity based security framework for ASP.NET WebApi |
|
Meerkat.Security.AspNetCore
An activity based security framework for ASP.NET Core |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
3.2.0 | 801 | 1/3/2021 |
3.1.3 | 7,516 | 4/29/2019 |
3.1.2 | 682 | 3/10/2019 |
3.1.1 | 1,254 | 9/3/2018 |
3.1.0 | 875 | 8/31/2018 |
3.0.0 | 1,319 | 4/15/2018 |
2.2.3 | 1,461 | 7/3/2017 |
2.2.2 | 1,110 | 5/22/2017 |
2.2.1 | 2,484 | 2/4/2017 |
2.2.0 | 1,661 | 9/22/2016 |
2.1.0 | 2,477 | 9/20/2016 |
2.0.0 | 1,136 | 6/6/2016 |
1.1.0 | 2,212 | 5/24/2016 |
1.0.2 | 1,078 | 5/23/2016 |
1.0.1 | 1,453 | 5/23/2016 |
1.0.0 | 1,773 | 5/19/2016 |
Introduce IActivityProvider interface to source Activities
Introduce ConfigurationSectionActivityProvider, AggregatingActivityProvider and CachingActivityProvider to acquire Activities
Remove ActivityAuthorizerFactory as IActivityProvider makes it easier to use straight IoC to construct ActivityAuthorizerFactory