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