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 196 11/23/2013
1.2.9 52 11/12/2013
1.2.8 52 11/12/2013
1.2.7 115 3/20/2013
1.2.6 51 5/11/2012
1.2.5 49 5/11/2012
1.2.3 49 5/10/2012
1.2.2 51 5/10/2012
1.1.15 50 4/23/2012
1.1.14 52 4/23/2012
1.1.10 51 2/2/2012
1.1.9 50 1/23/2012
1.1.8 52 1/20/2012
1.1.7 50 1/17/2012
1.1.6 51 1/17/2012
1.1.5 49 1/16/2012
1.1.4 50 1/2/2012
1.1.3 50 1/2/2012
1.1.2 52 12/13/2011
1.1.1 52 12/13/2011
1.0.4324.31097 51 11/3/2011
1.0.4288.29787 51 9/28/2011
1.0.4286.24769 50 9/26/2011
1.0.4285.39857 54 9/25/2011
1.0.4285.39747 50 9/25/2011
1.0.4285.33594 52 9/25/2011
1.0.4285.31826 51 9/25/2011
1.0.4284.32404 53 9/24/2011
1.0.4284.32304 50 9/24/2011
1.0.4284.32257 53 9/24/2011
1.0.4284.32082 50 9/24/2011
1.0.4284.31878 52 9/24/2011
1.0.4284.31750 53 9/24/2011
1.0.4284.30274 51 9/24/2011
1.0.4284.27467 51 9/24/2011
1.0.4284.26201 51 9/24/2011
1.0.4274.2133 50 9/14/2011
1.0.4273.32471 50 9/13/2011
1.0.4273.28243 51 9/13/2011
1.0.4269.28880 51 9/9/2011
1.0.4269.25264 50 9/9/2011
1.0.4269.25122 50 9/9/2011
1.0.0 55 9/9/2011