I was hoping to use this with MvcSiteMapProvider to hide / show menu items instead of doubling up and defining roles in my mvc.sitemap file.
I have gone through the source for 2.0alpha1 but can't seem to figure out how to do something like:
bool hasAccess = SecurityConfiguration.Current.HasAccess(controller, action, area)
Can anyone point me in the right direction?
Thanks