Search Results

0
votes
2answers
166 views

How to check permissions of an ASP.NET Role

how Ican use declarative security("[PrincipalPermissionAttribute(SecurityAction.Demand, Role = "")]) but I don't want to check role I need to check the permissions for that role? scince I have role …
0
votes
1answer
96 views

override PrincipalPermissionAttribute SecurityAction.Demand method

how can I override PrincipalPermissionAttribute SecurityAction.Demand method? …