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. The objective here was to be able to tag code to require a right and assign that right to a role. Any user within the role would have the right and be able to execute the code. We have everything in place to do this, except the Attributes. Before e dive into Attributes let me recap wh...
[More]