Harden 1.2.10

dotnet add package Harden --version 1.2.10                
NuGet\Install-Package Harden -Version 1.2.10                
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Harden" Version="1.2.10" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Harden --version 1.2.10                
#r "nuget: Harden, 1.2.10"                
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Harden as a Cake Addin
#addin nuget:?package=Harden&version=1.2.10

// Install Harden as a Cake Tool
#tool nuget:?package=Harden&version=1.2.10                

Wraps your classes with a proxy which automatically carries out permission checks when you call methods.
e.g. If you have a method
'public virtual void SendEmail()'
, you can create a method
'public virtual bool' AllowSendEmail() { ... }
When SendEmail is called, AllowSendEmail is called first. If this returns false, a HardenException is thrown. To harden an object, call Hardener.Harden(someObject).

Product Compatible and additional computed target framework versions.
.NET Framework net40 is compatible.  net403 was computed.  net45 was computed.  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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.2.10 197 11/23/2013
1.2.9 54 11/12/2013
1.2.8 53 11/12/2013
1.2.7 116 3/20/2013
1.2.6 53 5/11/2012
1.2.5 50 5/11/2012
1.2.3 50 5/10/2012
1.2.2 52 5/10/2012
1.1.15 51 4/23/2012
1.1.14 53 4/23/2012
1.1.10 52 2/2/2012
1.1.9 51 1/23/2012
1.1.8 53 1/20/2012
1.1.7 51 1/17/2012
1.1.6 52 1/17/2012
1.1.5 51 1/16/2012
1.1.4 51 1/2/2012
1.1.3 51 1/2/2012
1.1.2 53 12/13/2011
1.1.1 53 12/13/2011
1.0.4324.31097 52 11/3/2011
1.0.4288.29787 52 9/28/2011
1.0.4286.24769 51 9/26/2011
1.0.4285.39857 55 9/25/2011
1.0.4285.39747 51 9/25/2011
1.0.4285.33594 53 9/25/2011
1.0.4285.31826 52 9/25/2011
1.0.4284.32404 54 9/24/2011
1.0.4284.32304 52 9/24/2011
1.0.4284.32257 55 9/24/2011
1.0.4284.32082 52 9/24/2011
1.0.4284.31878 53 9/24/2011
1.0.4284.31750 54 9/24/2011
1.0.4284.30274 52 9/24/2011
1.0.4284.27467 52 9/24/2011
1.0.4284.26201 52 9/24/2011
1.0.4274.2133 52 9/14/2011
1.0.4273.32471 52 9/13/2011
1.0.4273.28243 52 9/13/2011
1.0.4269.28880 52 9/9/2011
1.0.4269.25264 51 9/9/2011
1.0.4269.25122 52 9/9/2011
1.0.0 96 9/9/2011