If i create a custom principal with five custom properties (example, phoneNumber), does the principal data get trasmitted inside of the cookie or does the data stay in the server?
This should be simple, but I simply cannot figure it out after all my googling. Here\'s what I want. I have a custom Users table (no roles at the moment) that I\'d like to authorize against. For this
I\'ve written a custom principal object which contains a few additional fields (email and userid in addition to the username).
It is easy enough to determine if the user running my C# .NET 4.0 console app is a member of the local Administrators group. I am also trying to determine if it is running under LocalSystem开发者_运维
I\'m stuck with the implementation of a custom iprincpal and iidentity object. I spend a day now for searching how to implement these right and extend it with more informations.
I have implemented a custom IPrincipal that I set in protected void Application_PostAuthenticateRequest(Object开发者_运维知识库 sender, EventArgs args)
I\'m trying to implement a custom principal and custom identity in a .NET MVC website. I\'ve created a custom principal class which inherits from IPrincipal and a custom identity which inherits from I
I\'ve managed to successfully implement a custom MembershipProvider for my MVC2 application. I have my own User table as well as Role table.
I am trying to store a whole truckload of information about a user from a webservice.As this is information about the currently authenticated user, I thought it would make sense to store that informat
I have a Delete method on all my business objects that has the PrincipalPermission attribute on it. Example: