security

5/2008 28
Extending the ASP.Net Security model to use rights : Part Three - Attributes
Part Three- Attributes.  Now that we have a Principal object with rights loaded as the current requests user we can begin assigning security to code by the users rights as well as their role membership.
Read the rest of this entry
5/2008 24
Extending the ASP.Net Security model to use rights : Part two - the IHttpModule
In part one - IPrincipal, I talked about the right and IPrincipal objects needed to add "right" based security to asp.net applications in addition to role based security.
Read the rest of this entry
5/2008 29
Extending the ASP.Net Security model to use rights : Part Four - RightPermission
The RightPermission works in the background.  Out of sight, out of mind and easily forgotten.
Read the rest of this entry
4/2008 28
Extending the ASP.Net Security model to use rights : Part one - IPrincipal
Every now and again I find myself disappointed in the asp.net security model.
Read the rest of this entry