I´ve read in MCT Trainer Handbook of course 20486:
Role Providers in ASP.NET 4.5
ActiveDirectoryRoleProvider. This provider class is defined in the System.Web.Security namespace, and the provider enables you to use Active Directory as the management model for roles
This namespace (System.Web.Security) has the ActiveDirectoryMembershipProvider class but not the ActiveDirectoryRoleProvider one? Is this statement correct or I´m missing something?
Thanks