Questions tagged [isaccessibletouser]
2 questions
3
votes
2 answers
How does IPrincipal gets its roles?
I need to get know how SiteMapProvider.IsAccessibleToUser() works.
Built-in XmlSiteMapProvider calls HttpContext.User.IsInRole() which uses System.Security.Principal.GenericPrincipal in case of forms authentication.
Where does the current user gets…

abatishchev
- 98,240
- 88
- 296
- 433
3
votes
3 answers
How does XmlSiteMapProvider check user to be in specified role?
I roll my own SiteMapProvider inheriting System.Web.XmlSiteMapProvider.
I want to override logic of checking user to be in a role specified in siteMapNode's property roles:
How…

abatishchev
- 98,240
- 88
- 296
- 433