4 overrides of RoleExists
System.Web (3)
Security\AuthStoreRoleProvider.cs (1)
230
public override bool
RoleExists
(string roleName)
Security\SQLRoleProvider.cs (1)
337
public override bool
RoleExists
(string roleName)
Security\WindowsTokenRoleProvider.cs (1)
150
public override bool
RoleExists
(string roleName){
System.Web.Extensions (1)
ClientServices\Providers\ClientRoleProvider.cs (1)
417
public override bool
RoleExists
(string roleName)
1 reference to RoleExists
System.Web (1)
Security\Roles.cs (1)
215
return Provider.
RoleExists
(roleName);