static public bool RoleExists(string roleName) { EnsureEnabled(); SecUtility.CheckParameter(ref roleName, true, true, true, 0, "roleName"); return(Provider.RoleExists(roleName)); }
public static bool RoleExists(string roleName) { return(Provider.RoleExists(roleName)); }
public static bool RoleExists (string rolename) { return Provider.RoleExists (rolename); }