The System.
I need to do something fairly simple: in my ASP.NET MVC application, I want to set a custom IIdentity / …
asp.net asp.net-mvc forms-authentication iprincipal iidentityI trying to add custom properties to the ApplicationUser for a web site using MVC5 and OWIN authentication. I've read …
c# asp.net-mvc-5 claims-based-identity owin iprincipalSo, what is the purpose for existence of both IIdentity and IPrincipal, and not some IIdentityMergedWithPrincipal? When is it not …
c# .net iprincipal iidentityI have a basic MVC 2 beta app where I am trying to implement a custom Identity and Principal classes. I …
asp.net-mvc-2 iprincipal iidentityWhat is Thread.CurrentPrincipal used for? How does it help in the Authentication and Authorization of an application? Are there …
asp.net security c#-4.0 iprincipal iidentityDespite the fact that I've been on here for a while, this is my first ever question on SO, so …
c# performance asp.net-mvc-3 authentication iprincipalI create my own IPrincipal and IIdentity implementation as shown below: [ComVisible(true)] [Serializable] public sealed class CustomIdentity : IIdentity { private …
asp.net-mvc-3 forms-authentication iprincipal iidentity custom-authenticationI've written a custom principal object which contains a few additional fields (email and userid in addition to the username). …
c# asp.net-mvc casting razor iprincipalI need to get know how SiteMapProvider.IsAccessibleToUser() works. Built-in XmlSiteMapProvider calls HttpContext.User.IsInRole() which uses System.Security.Principal.…
asp.net sitemapprovider iprincipal isinrole isaccessibletouserI am new to web application. I have created a custom principle and trying to set it in CurrentDomain. This …
c# asp.net permissions claims-based-identity iprincipal