Ejemplo n.º 1
0
 static public bool RoleExists(string roleName)
 {
     EnsureEnabled();
     SecUtility.CheckParameter(ref roleName, true, true, true, 0, "roleName");
     return(Provider.RoleExists(roleName));
 }
Ejemplo n.º 2
0
 public static bool RoleExists(string roleName)
 {
     return(Provider.RoleExists(roleName));
 }
Ejemplo n.º 3
0
		public static bool RoleExists (string rolename)
		{
			return Provider.RoleExists (rolename);
		}