2 references to CreateRolePrincipalWithAssert
System.Web (2)
Security\RoleManagerModule.cs (2)
121
context.SetPrincipalNoDemand(
CreateRolePrincipalWithAssert
(context.User.Identity, cookieValue));
140
context.SetPrincipalNoDemand(
CreateRolePrincipalWithAssert
(context.User.Identity));