iidentity
Custom User.Identity to add property
I customize RoleProvider and MembershipProvider classes I would like to add one more property in my @User.Identity, as do so?[详细]
2023-04-09 22:16 分类:问答Implementing IPrincipal and IIdentity in MVC with use of custom membership and role provider
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.[详细]
2023-03-17 22:20 分类:问答MVC2 :: How do I *USE* a Custom IIdentity Class?
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[详细]
2023-02-06 09:21 分类:问答Custom IIdentity and passing data from an attribute to a controller
Here\'s my scenario: I\'ve successfully created a custom IIdentity that I pass to a GenericPrincipal. When I access that IIdentity in my controller I have to cast the IIdentity in order to use the cu[详细]
2022-12-26 02:17 分类:问答How do you override the WCF AuthenticationService IsLoggedIn() method?
I have three current thoughts on how to do this: re-implement AuthenticationService, which uses lots of internal constructors and internal helpers,[详细]
2022-12-24 20:18 分类:问答Implementing a Custom Identity and IPrincipal in MVC
I have a basic MVC 2 beta app where I am trying to implement a custom Identity and Principal classes.[详细]
2022-12-13 15:01 分类:问答