6 implementations of User
Microsoft.AspNetCore.Authentication (1)
Microsoft.AspNetCore.Authorization.Policy (1)
Microsoft.AspNetCore.Http (1)
Microsoft.AspNetCore.Owin (1)
Microsoft.AspNetCore.Server.HttpSys (1)
Microsoft.AspNetCore.Server.IIS (1)
4 writes to User
Microsoft.AspNetCore.Http (2)
Microsoft.AspNetCore.Owin (2)
OwinEnvironment.cs (2)
417{ OwinConstants.RequestUser, new FeatureMap<IHttpAuthenticationFeature>(feature => feature.User, () => null, (feature, value) => feature.User = (ClaimsPrincipal)value) },
441{ OwinConstants.Security.User, new FeatureMap<IHttpAuthenticationFeature>(feature => feature.User, ()=> null, (feature, value) => feature.User = Utilities.MakeClaimsPrincipal((IPrincipal)value), () => new HttpAuthenticationFeature()) },
4 references to User
Microsoft.AspNetCore.Authentication.Abstractions (1)
Microsoft.AspNetCore.Http (1)
Microsoft.AspNetCore.Owin (2)
OwinEnvironment.cs (2)
417{ OwinConstants.RequestUser, new FeatureMap<IHttpAuthenticationFeature>(feature => feature.User, () => null, (feature, value) => feature.User = (ClaimsPrincipal)value) },
441{ OwinConstants.Security.User, new FeatureMap<IHttpAuthenticationFeature>(feature => feature.User, ()=> null, (feature, value) => feature.User = Utilities.MakeClaimsPrincipal((IPrincipal)value), () => new HttpAuthenticationFeature()) },