5 references to SetPrincipalNoDemand
System.Web (5)
HttpContext.cs (1)
1242SetPrincipalNoDemand(value);
Security\FormsAuthenticationModule.cs (2)
107e.Context.SetPrincipalNoDemand(e.User); 129e.Context.SetPrincipalNoDemand(new GenericPrincipal(new FormsIdentity(ticket2), new String[0]));
Security\RoleManagerModule.cs (2)
121context.SetPrincipalNoDemand(CreateRolePrincipalWithAssert(context.User.Identity, cookieValue)); 140context.SetPrincipalNoDemand(CreateRolePrincipalWithAssert(context.User.Identity));