Click here to Skip to main content
15,897,187 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,
I am developing windows sw ,i want to implement role based security on the accessing modules and the associated forms belongs to particular modules.so plz give me solution
Thnxxx
Posted

1 solution

A possible solution that I have implemented for this involves subclassing :
- WindowsIdentity
- WindowsPrincipal
- CodeAccessSecurityAttribute
- IPermission

The topic is addressed in .NET framework application development foundation, that is one of the MCTS books.
I have an implementation of this using a database and the entity framework.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900