RoleProvider RolePropertyDescriptor
So this next piece of the RoleProvider puzzle is a class which describes a custom property on our RoleProvider. As you recall, RoleProvider lets us add new "roles" by simply adding items to a dictionary property on the class itself. What we want to do is turn each of those "roles" into properties on...