2 references to IsUserInRole
System.Web (1)
Security\Roles.cs (1)
127
return
IsUserInRole
(GetCurrentUserName(), roleName);
System.Web.Extensions (1)
ClientServices\ClientRolePrincipal.cs (1)
22
return System.Web.Security.Roles.
IsUserInRole
(_Identity.Name, role);