Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in iprincipal

How to create a CustomPrincipal globally (with and without AuthorizeAttribute)

Inject IPrincipal with SignalR

Implementing IPrincipal and IIdentity in MVC with use of custom membership and role provider

How do you use IPrincipal and IIdentity in the portable class libraries?

IPrincipal.IsInRole() only works when I truncate the role names - why?

UserPrincipal.IsMemberOf is returning false

MVC3 + Ninject: What is the proper way to inject the User IPrincipal?

Obtaining the current Principal outside of the Web tier

asp.net extending IPrincipal

SerializationException on 'CustomIdentity' when user is denied in ASP.NET

Do I really need to call Dispose() on every Principal?

Wrong Thread.CurrentPrincipal in async WCF end-method

How can I make accessing my custom IPrincipal easier in ASP.NET MVC?

ASP.NET MVC custom IPrincipal injection

asp.net-mvc iprincipal

Mock IIdentity and IPrincipal

mocking iprincipal

What's the difference between HttpContext.Current.User and Thread.CurrentPrincipal in asp.net?

asp.net iprincipal

using custom IPrincipal and IIdentity in MVC3

Custom Identity using MVC5 and OWIN