0
kicks
Multiple Roles with Authorize Attribute using Enums in ASP.NET MVC
This details a custom AuthorizationAttribute in ASP.NET MVC I wrote, that will allow you to specify multiple security roles using a typed enum rather than comma delimited strings which can cause compile time exceptions.