Harden
Metadata
| Authors | Harry McIntyre |
|---|---|
| Copyrights | MIT Licence |
| Description | 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). |
| Owners | Harry McIntyre |
| RequireLicenseAcceptance | False |
| Title | Harden |
Access
You can access data for this project using the tools and addresses described below.
NuGet (nuget.exe)
- Installing the package (HTTP Basic authentication):
-
nuget install Harden -Source http://nuget.gw.symbolsource.org/Public/NuGet/FeedService.mvc
- Installing the package (pre-authenticated):
-
nuget install Harden -Source http://nuget.gw.symbolsource.org/Public/%login%/%key%/NuGet/FeedService.mvc
NuGet (Package Manager Console)
- Installing the package (search all configured feeds):
-
Install-Package Harden
- Installing the package (HTTP Basic authentication):
-
Install-Package Harden -Source http://nuget.gw.symbolsource.org/Public/NuGet/FeedService.mvc
- Installing the package (pre-authenticated):
-
Install-Package Harden -Source http://nuget.gw.symbolsource.org/Public/%login%/%key%/NuGet/FeedService.mvc
- Uinstalling the package:
-
Uninstall-Package Harden
OpenWrap
- Installing the package:
-
o add-wrap Harden
- Uninstalling the package:
-
o remove-wrap Harden
Versions
A version is snapshot of a project's source code. It does not need to follow the Major.Minor.Revision.Build numbering pattern. It can be an arbitrary string of text that identifies a release or a build, in particular including meaningful words like beta, RC or RTM.
