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 roles and permissions for each role how I can use declarative security for permissions?
Thanks for help